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

Method register_name

crates/ixon/src/env.rs:226–228  ·  view source on GitHub ↗
(&self, name: Name, named: Named)

Source from the content-addressed store, hash-verified

224#[derive(Debug, Clone, Default)]
225pub struct LazyIndex {
226 pub consts: Vec<LazyConstSlice>,
227 pub named: Vec<LazyNamed>,
228 pub blobs: Vec<(Address, Vec<u8>)>,
229 /// Bundle root (`Env::main`) as read from the header.
230 pub main: Option<Address>,
231 /// Bundle trust boundary (`Env::assumptions`), in header (sorted) order.

Callers 15

register_muts_memberFunction · 0.80
egress_muts_blockFunction · 0.80
egress_standaloneFunction · 0.80
compile_single_defFunction · 0.80
compile_const_innerFunction · 0.80
compile_mutualFunction · 0.80
register_aux_aliasesFunction · 0.80
decoded_to_ixon_envFunction · 0.80
no_public_named_accessFunction · 0.80
resolver_withFunction · 0.80

Calls 1

insertMethod · 0.45