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

Method len

crates/aiur/src/querymap.rs:66–68  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

64unsafe impl<T: Copy + Sync> Sync for HugeVec<T> {}
65
66impl<T: Copy> HugeVec<T> {
67 #[cfg(target_os = "linux")]
68 fn with_capacity(cap: usize) -> Self {
69 assert!(cap > 0, "HugeVec capacity must be positive");
70 let bytes = cap * size_of::<T>();
71 let ptr = unsafe {

Callers 15

dump_query_statsFunction · 0.45
executeMethod · 0.45
klimbs_u64_to_biguintFunction · 0.45
biguint_to_klimbs_u64Function · 0.45
build_klimbs_u64Function · 0.45
retained_elemsMethod · 0.45
insertMethod · 0.45
get_index_mutMethod · 0.45
get_indexMethod · 0.45
iterMethod · 0.45
witness_dataMethod · 0.45
populate_rowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected