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

Method option

crates/aiur/src/vk_codec.rs:182–190  ·  view source on GitHub ↗
(&mut self, o: &Option<T>, f: impl FnOnce(&mut Self, &T))

Source from the content-addressed store, hash-verified

180 }
181 push_u16(buf, compiled.lookups.len());
182 for lookup in &compiled.lookups {
183 push_node_id(buf, lookup.multiplicity);
184 push_u16(buf, lookup.args.len());
185 for &arg in &lookup.args {
186 push_node_id(buf, arg);
187 }
188 }
189}
190
191/// Serialize the verifying key `System<AiurConfig>` (preprocessed traces are
192/// skipped — see the module docs). The config's construction parameters are
193/// passed alongside because [`AiurConfig`] doesn't expose them back; they are

Callers 2

to_bytesFunction · 0.80
from_bytesFunction · 0.80

Calls 1

u8Method · 0.45

Tested by

no test coverage detected