Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_id
Function
mk_id
crates/kernel/src/infer.rs:626–628 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
624
Address::hash(s.as_bytes())
625
}
626
fn mk_id(s: &str) -> KId<Anon> {
627
KId::new(mk_addr(s), ())
628
}
629
fn sort0() -> AE {
630
AE::sort(AU::zero())
631
}
Callers
9
test_env
Function · 0.70
infer_const
Function · 0.70
infer_app
Function · 0.70
infer_unknown_const_errors
Function · 0.70
infer_univ_param_count_mismatch
Function · 0.70
infer_app_mismatch_errors
Function · 0.70
infer_app_of_non_function_errors
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
mk_addr
Function · 0.70
Tested by
9
test_env
Function · 0.56
infer_const
Function · 0.56
infer_app
Function · 0.56
infer_unknown_const_errors
Function · 0.56
infer_univ_param_count_mismatch
Function · 0.56
infer_app_mismatch_errors
Function · 0.56
infer_app_of_non_function_errors
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