MCPcopy Create free account
hub / github.com/argumentcomputer/ix / mdata

Method mdata

crates/kernel/src/expr.rs:137–139  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected