Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_addr
Function
mk_addr
crates/kernel/src/expr.rs:821–823 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
819
name.meta_fmt(f)?;
820
} else {
821
write!(f,
"_"
)?;
822
}
823
write!(f,
" : "
)?;
824
fmt_expr(ty, f, depth + 1)?;
825
write!(f,
") => "
)?;
826
fmt_expr(body, f, depth + 1)?;
Callers
7
const_hash
Function · 0.70
const_meta_name_does_not_affect_hash
Function · 0.70
prj_hash
Function · 0.70
nat_str_hash
Function · 0.70
display_const_anon
Function · 0.70
display_const_meta
Function · 0.70
display_const_with_univs
Function · 0.70
Calls
1
as_bytes
Method · 0.80
Tested by
7
const_hash
Function · 0.56
const_meta_name_does_not_affect_hash
Function · 0.56
prj_hash
Function · 0.56
nat_str_hash
Function · 0.56
display_const_anon
Function · 0.56
display_const_meta
Function · 0.56
display_const_with_univs
Function · 0.56