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

Method arbitrary

crates/ixon/src/serialize.rs:2306–2308  ·  view source on GitHub ↗
(g: &mut Gen)

Source from the content-addressed store, hash-verified

2304 ));
2305 }
2306
2307 // Re-verify the merkle root over const addresses (header
2308 // integrity). §2 ascending order was enforced during the scan, so
2309 // the collected addresses are already the sorted key set.
2310 let const_addrs: Vec<Address> =
2311 index.consts.iter().map(|c| c.addr.clone()).collect();

Callers

nothing calls this directly

Calls 2

ArbitraryEnvClass · 0.85
gen_envFunction · 0.85

Tested by

no test coverage detected