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

Method store_comm

crates/ixon/src/env.rs:248–250  ·  view source on GitHub ↗
(&self, addr: Address, comm: Comm)

Source from the content-addressed store, hash-verified

246
247/// The Ixon environment.
248///
249/// Contains five maps:
250/// - `consts`: Alpha-invariant constants indexed by content hash,
251/// stored lazily as serialized bytes ([`LazyConstant`]) and
252/// materialized on demand.
253/// - `named`: Named references with metadata and mutual context

Callers 3

decoded_to_ixon_envFunction · 0.80
store_and_get_commFunction · 0.80
countsFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by 2

store_and_get_commFunction · 0.64
countsFunction · 0.64