Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_addr
Function
mk_addr
crates/kernel/src/constant.rs:163–165 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
161
162
fn sort0() -> KExpr<Anon> {
163
KExpr::sort(KUniv::zero())
164
}
165
fn mk_addr(s: &str) -> Address {
166
Address::hash(s.as_bytes())
167
}
168
Callers
3
defn_accessors
Function · 0.70
ctor_accessors
Function · 0.70
indc_accessors
Function · 0.70
Calls
1
as_bytes
Method · 0.80
Tested by
3
defn_accessors
Function · 0.56
ctor_accessors
Function · 0.56
indc_accessors
Function · 0.56