MCPcopy 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_infoMethod · 0.45
readMethod · 0.45
executeMethod · 0.45
read_klimbs_u64Function · 0.45
dispatch_branchFunction · 0.45
populate_rowMethod · 0.45
witness_dataMethod · 0.45

Calls 2

get_index_ofMethod · 0.80
out_atMethod · 0.80

Tested by

no test coverage detected