Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ display_const_meta
Function
display_const_meta
crates/kernel/src/expr.rs:1006–1009 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1004
}
1005
1006
#[test]
1007
fn let_hash() {
1008
let e =
1009
AE::let_((), AE::sort(AU::zero()), AE::var(0, ()), AE::var(1, ()), true);
1010
assert_eq!(e.lbr(), 1);
1011
assert_eq!(e.count_0(), 1);
1012
}
Callers
nothing calls this directly
Calls
3
cnst
Function · 0.70
mk_addr
Function · 0.70
mk_name
Function · 0.70
Tested by
no test coverage detected