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

Method iter

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

Source from the content-addressed store, hash-verified

153 stride: usize,
154 segs: Vec<HugeVec<G>>,
155 entries: usize,
156}
157
158impl SegStore {
159 fn new(stride: usize) -> Self {
160 Self { stride, segs: Vec::new(), entries: 0 }
161 }
162
163 #[inline]
164 fn at(&self, i: usize) -> &[G] {
165 if self.stride == 0 {

Callers 9

newMethod · 0.45
dump_query_statsFunction · 0.45
executeMethod · 0.45
build_klimbs_u64Function · 0.45
witness_dataMethod · 0.45
populate_rowMethod · 0.45
buildMethod · 0.45
collect_constraintsMethod · 0.45

Calls 3

key_atMethod · 0.80
out_atMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected