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

Method vec

crates/aiur/src/vk_codec.rs:136–141  ·  view source on GitHub ↗
(&mut self, items: &[T], mut f: impl FnMut(&mut Self, &T))

Source from the content-addressed store, hash-verified

134 Node::IsLastRow => buf.push(4),
135 Node::IsTransition => buf.push(5),
136 Node::Add(a, b) => {
137 buf.push(6);
138 push_node_id(buf, *a);
139 push_node_id(buf, *b);
140 },
141 Node::Sub(a, b) => {
142 buf.push(7);
143 push_node_id(buf, *a);
144 push_node_id(buf, *b);

Callers 6

lookupMethod · 0.80
aircircuitMethod · 0.80
circuitMethod · 0.80
commitmentMethod · 0.80
to_bytesFunction · 0.80
from_bytesFunction · 0.80

Calls 3

usizeMethod · 0.80
pushMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected