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

Method meta_hash

crates/kernel/src/mode.rs:25–25  ·  view source on GitHub ↗
(&self, _hasher: &mut blake3::Hasher)

Source from the content-addressed store, hash-verified

23
24impl MetaHash for () {
25 fn meta_hash(&self, _hasher: &mut blake3::Hasher) {}
26}
27
28impl MetaHash for Name {

Callers 5

meta_hash_unit_is_noopFunction · 0.45
meta_hash_vec_sequentialFunction · 0.45
meta_hash_boolFunction · 0.45

Calls 3

hash_data_valueFunction · 0.85
as_bytesMethod · 0.80
get_hashMethod · 0.80

Tested by 5

meta_hash_unit_is_noopFunction · 0.36
meta_hash_vec_sequentialFunction · 0.36
meta_hash_boolFunction · 0.36