Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.45
build_klimbs_u64
Function · 0.45
execute
Method · 0.45
Calls
1
get_index_of
Method · 0.80
Tested by
no test coverage detected