Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ get
Method
get
crates/aiur/src/querymap.rs:100–103 ·
view source on GitHub ↗
(&self, key: &[G])
Source
from the content-addressed store, hash-verified
98
std::ptr::copy_nonoverlapping(
99
vals.as_ptr(),
100
self.ptr.add(self.len),
101
vals.len(),
102
);
103
}
104
self.len += vals.len();
105
}
106
Callers
7
get_info
Method · 0.45
read
Method · 0.45
execute
Method · 0.45
read_klimbs_u64
Function · 0.45
dispatch_branch
Function · 0.45
populate_row
Method · 0.45
witness_data
Method · 0.45
Calls
2
get_index_of
Method · 0.80
out_at
Method · 0.80
Tested by
no test coverage detected