MCPcopy Create free account
hub / github.com/PolyhedraZK/ExpanderCompilerCollection / get

Method get

expander_compiler/src/utils/pool.rs:38–40  ·  view source on GitHub ↗
(&self, idx: usize)

Source from the content-addressed store, hash-verified

36 }
37
38 pub fn get(&self, idx: usize) -> &V {
39 self.vec.get(idx).expect("Pool index out of bounds")
40 }
41
42 pub fn vec(&self) -> &Vec<V> {
43 &self.vec

Callers 15

query_count_by_key_hintFunction · 0.45
addMethod · 0.45
get_idxMethod · 0.45
try_get_idxMethod · 0.45
topo_orderFunction · 0.45
callMethod · 0.45
call_sub_circuitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected