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

Method get_mut

crates/aiur/src/querymap.rs:105–109  ·  view source on GitHub ↗
(&mut self, key: &[G])

Source from the content-addressed store, hash-verified

103 }
104 self.len += vals.len();
105 }
106
107 #[cfg(not(target_os = "linux"))]
108 #[inline]
109 fn extend_from_slice(&mut self, vals: &[T]) {
110 self.inner.extend_from_slice(vals);
111 }
112

Callers 3

executeMethod · 0.45
build_klimbs_u64Function · 0.45
executeMethod · 0.45

Calls 1

get_index_ofMethod · 0.80

Tested by

no test coverage detected