Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_addr
Function
mk_addr
crates/kernel/src/infer.rs:623–625 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
621
type AU = KUniv<Anon>;
622
623
fn mk_addr(s: &str) -> Address {
624
Address::hash(s.as_bytes())
625
}
626
fn mk_id(s: &str) -> KId<Anon> {
627
KId::new(mk_addr(s), ())
628
}
Callers
7
mk_id
Function · 0.70
infer_nat_lit
Function · 0.70
infer_app_mismatch_errors
Function · 0.70
infer_let_value_type_mismatch_errors
Function · 0.70
infer_str_returns_string_type
Function · 0.70
infer_with_infer_only_skips_app_type_check
Function · 0.70
infer_only_cache_does_not_validate_full_mode
Function · 0.70
Calls
1
as_bytes
Method · 0.80
Tested by
6
infer_nat_lit
Function · 0.56
infer_app_mismatch_errors
Function · 0.56
infer_let_value_type_mismatch_errors
Function · 0.56
infer_str_returns_string_type
Function · 0.56
infer_with_infer_only_skips_app_type_check
Function · 0.56
infer_only_cache_does_not_validate_full_mode
Function · 0.56