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

Method store_name

crates/ixon/src/env.rs:237–239  ·  view source on GitHub ↗
(&self, addr: Address, name: Name)

Source from the content-addressed store, hash-verified

235 pub hints: Vec<(Address, ReducibilityHints)>,
236 /// §6 comms (tiny in practice; empty for compile-produced envs).
237 pub comms: Vec<(Address, Comm)>,
238 /// Byte offset (within the parsed buffer) of §5's entry count — where
239 /// a [`crate::serialize::NamedMetaCursor`] starts its streaming walk.
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

Callers 3

decoded_to_ixon_envFunction · 0.80
countsFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by 2

countsFunction · 0.64