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

Method lookup

crates/aiur/src/vk_codec.rs:142–145  ·  view source on GitHub ↗
(&mut self, l: &Lookup<Expr>)

Source from the content-addressed store, hash-verified

140 },
141 Node::Sub(a, b) => {
142 buf.push(7);
143 push_node_id(buf, *a);
144 push_node_id(buf, *b);
145 },
146 Node::Mul(a, b) => {
147 buf.push(8);
148 push_node_id(buf, *a);

Callers

nothing calls this directly

Calls 2

exprMethod · 0.80
vecMethod · 0.80

Tested by

no test coverage detected