MCPcopy 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_graphFunction · 0.45
promote_auxMethod · 0.45
compute_call_site_plansFunction · 0.45
beginMethod · 0.45
finishMethod · 0.45
wf_like_envFunction · 0.45
analyze_blockFunction · 0.45

Calls

no outgoing calls

Tested by 1