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

Method out_at

crates/aiur/src/querymap.rs:87–89  ·  view source on GitHub ↗
(&self, i: usize)

Source from the content-addressed store, hash-verified

85 Self { ptr, cap, len: 0 }
86 }
87
88 #[cfg(not(target_os = "linux"))]
89 fn with_capacity(cap: usize) -> Self {
90 Self { inner: Vec::with_capacity(cap) }
91 }
92

Callers 3

getMethod · 0.80
get_indexMethod · 0.80
iterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected