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

Method value

crates/ixon/src/map.rs:81–83  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

79 }
80
81 pub fn value(&self) -> &V {
82 self.v
83 }
84 }
85
86 impl<'a, K, V> Deref for MapRef<'a, K, V> {

Callers 15

constant_inputsFunction · 0.80
mainFunction · 0.80
item_cost_bytesFunction · 0.80
run_constantFunction · 0.80
add_entries_parallelFunction · 0.80
from_bytesMethod · 0.80
decompile_envFunction · 0.80
check_decompileFunction · 0.80
ixon_egressFunction · 0.80
resolve_addr_auxMethod · 0.80

Calls

no outgoing calls