Mike Gerwitz
a738a05461
All ObjectIndex-like objects hash using only the underlying identifier, which ultimately boils down to a `NodeIndex` (petgraph), which is just a u32. And so in that sense, the only purpose we have for hashing it is to (a) reduce the space required to store mappings, and (b) compose with other `Hash`es. DEV-13708 |
||
---|---|---|
.. | ||
ident | ||
expr.rs | ||
ident.rs | ||
meta.rs | ||
pkg.rs | ||
rel.rs | ||
root.rs | ||
tpl.rs |