Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_id
Function
mk_id
crates/kernel/src/testing.rs:38–40 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
36
}
37
38
pub fn mk_id(s: &str) -> MId {
39
KId::new(mk_addr(s), mk_name(s))
40
}
41
42
// ---- Expressions ----
43
Callers
15
expr_mentions_addr_finds_const
Function · 0.70
expr_mentions_any_addr_finds_one
Function · 0.70
expr_mentions_addr_through_let_all_branches
Function · 0.70
expr_mentions_addr_detects_proj_struct_id
Function · 0.70
cnst
Function · 0.70
mk_defn
Function · 0.70
mk_thm
Function · 0.70
mk_axiom
Function · 0.70
bool_env
Function · 0.50
nat_env
Function · 0.50
rtree_env
Function · 0.50
good_nat_lit
Function · 0.50
Calls
2
mk_addr
Function · 0.70
mk_name
Function · 0.70
Tested by
no test coverage detected