(&self)
| 135 | &self.info().mdata |
| 136 | } |
| 137 | |
| 138 | /// Canonical identity key for cache lookups: the intern-assigned uid. |
| 139 | /// `Addr` is a plain `u64`, allocated process-globally and never reused, |
| 140 | /// so uid equality implies "same construction event or same intern-table |
| 141 | /// canonical value" — strictly, structural equality. |
| 142 | pub fn hash_key(&self) -> Addr { |