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

Function meta_hash_bool

crates/kernel/src/mode.rs:402–408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400 }
401
402 #[test]
403 fn meta_hash_unit_is_noop() {
404 let mut h1 = blake3::Hasher::new();
405 let h2 = blake3::Hasher::new();
406 ().meta_hash(&mut h1);
407 // h1 and h2 should produce identical results
408 assert_eq!(h1.finalize(), h2.finalize());
409 }
410
411 #[test]

Callers

nothing calls this directly

Calls 1

meta_hashMethod · 0.45

Tested by

no test coverage detected