Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
impl MetaHash for () {
25
fn meta_hash(&self, _hasher: &mut blake3::Hasher) {}
26
}
27
28
impl MetaHash for Name {
Callers
5
meta_hash_name_writes_bytes
Function · 0.45
meta_hash_unit_is_noop
Function · 0.45
meta_hash_binder_info_distinct
Function · 0.45
meta_hash_vec_sequential
Function · 0.45
meta_hash_bool
Function · 0.45
Calls
3
hash_data_value
Function · 0.85
as_bytes
Method · 0.80
get_hash
Method · 0.80
Tested by
5
meta_hash_name_writes_bytes
Function · 0.36
meta_hash_unit_is_noop
Function · 0.36
meta_hash_binder_info_distinct
Function · 0.36
meta_hash_vec_sequential
Function · 0.36
meta_hash_bool
Function · 0.36