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

Method as_data

crates/common/src/env.rs:147–149  ·  view source on GitHub ↗

Returns a reference to the inner [`NameData`].

(&self)

Source from the content-addressed store, hash-verified

145impl Name {
146 /// Returns a reference to the inner [`NameData`].
147 pub fn as_data(&self) -> &NameData {
148 &self.0
149 }
150
151 /// Returns the precomputed Blake3 hash of this name.
152 pub fn get_hash(&self) -> &Hash {

Callers 15

classify_aux_genFunction · 0.80
decompile_block_aux_genFunction · 0.80
lean_telescopeFunction · 0.80
bvar_idxFunction · 0.80
get_expr_referencesFunction · 0.80
normalize_levelFunction · 0.80
level_alpha_eq_structFunction · 0.80
expr_alpha_eqFunction · 0.80
strip_mdataFunction · 0.80

Calls

no outgoing calls