Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ get_mut
Method
get_mut
crates/ixon/src/map.rs:61–63 ·
view source on GitHub ↗
(&mut self, k: &K)
Source
from the content-addressed store, hash-verified
59
}
60
61
pub fn get_mut(&mut self, k: &K) -> Option<&mut V> {
62
self.0.get_mut(k)
63
}
64
65
pub fn iter(&self) -> Iter<'_, K, V> {
66
Iter(self.0.iter())
Callers
12
build_ref_graph
Function · 0.45
promote_aux
Method · 0.45
compute_call_site_plans
Function · 0.45
rs_keccak256_hasher_update
Function · 0.45
rs_keccak256_hasher_finalize
Function · 0.45
poison_second_rec_rule_returns_first_minor
Function · 0.45
begin
Method · 0.45
finish
Method · 0.45
populate_recursor_rules_from_block
Method · 0.45
syntax_like_false_positive_rec_field
Function · 0.45
wf_like_env
Function · 0.45
analyze_block
Function · 0.45
Calls
no outgoing calls
Tested by
1
syntax_like_false_positive_rec_field
Function · 0.36