Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_addr
Function
mk_addr
crates/kernel/src/check.rs:933–935 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
931
"check_quot: unknown quot address {}"
,
932
&id.addr.hex()[..8]
933
)));
934
};
935
936
if kind != expected_kind {
937
return Err(TcError::Other(format!(
938
"check_quot: kind mismatch: declared {:?} but address matches {:?}"
,
Callers
2
mk_id
Function · 0.70
check_duplicate_level_params_rejected
Function · 0.70
Calls
1
as_bytes
Method · 0.80
Tested by
1
check_duplicate_level_params_rejected
Function · 0.56