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

Method alloc

crates/ixon/src/metadata.rs:97–101  ·  view source on GitHub ↗

Allocate a new node in the arena, returning its index.

(&mut self, node: ExprMetaData)

Source from the content-addressed store, hash-verified

95 /// only the originally-applied source prefix from `entries`.
96 ///
97 /// `wrapper_meta` points at the ordinary Binder/CallSite metadata tree for
98 /// the synthesized wrapper. Kernel meta-ingress follows it so binder-type
99 /// references retain complete metadata; source decompile intentionally
100 /// discards that wrapper tree.
101 EtaCallSite {
102 n_synth: u64,
103 name: Address,
104 entries: Vec<CallSiteEntry>,

Calls 2

pushMethod · 0.80
lenMethod · 0.45