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

Method get_name

crates/ixon/src/env.rs:242–244  ·  view source on GitHub ↗

Get a name by address.

(&self, addr: &Address)

Source from the content-addressed store, hash-verified

240 pub named_section_offset: usize,
241 /// §4 positional index → name-component address, retained so §5
242 /// entries can be re-parsed standalone (`get_named_indexed`) without
243 /// re-walking §4. ~32 B per name.
244 pub name_reverse_index: crate::metadata::NameReverseIndex,
245}
246
247/// The Ixon environment.

Callers 3

resolve_kvmapFunction · 0.45
deser_preresolvedFunction · 0.45
deser_syntaxFunction · 0.45

Calls 2

getMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected