Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_deps
Function · 0.45
group_work_by_manifest
Function · 0.45
extend
Function · 0.45
closure_from
Function · 0.45
from_bytes
Method · 0.45
primary_addresses_collapse
Function · 0.45
build_aux_perm_ctx
Function · 0.45
collect_const_addrs
Function · 0.45
build_collapse_const_map
Function · 0.45
build_aux_compare_contexts
Function · 0.45
decode_level
Function · 0.45
decode_expr
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_constant_meta_indexed_roundtrip
Function · 0.36
test_expr_meta_arena_roundtrip
Function · 0.36