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

Method insert

crates/ixon/src/map.rs:49–51  ·  view source on GitHub ↗
(&mut self, k: K, v: V)

Source from the content-addressed store, hash-verified

47 }
48
49 pub fn insert(&mut self, k: K, v: V) -> Option<V> {
50 self.0.insert(k, v)
51 }
52
53 pub fn clear(&mut self) {
54 self.0.clear();

Callers 15

find_missing_depsFunction · 0.45
group_work_by_manifestFunction · 0.45
extendFunction · 0.45
closure_fromFunction · 0.45
from_bytesMethod · 0.45
build_aux_perm_ctxFunction · 0.45
collect_const_addrsFunction · 0.45
build_collapse_const_mapFunction · 0.45
decode_levelFunction · 0.45
decode_exprFunction · 0.45

Calls

no outgoing calls