MCPcopy Create free account
hub / github.com/argumentcomputer/ix / prj_hash

Function prj_hash

crates/kernel/src/expr.rs:950–953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

948 #[test]
949 fn app_hash_and_lbr() {
950 let a = AE::app(AE::var(0, ()), AE::var(1, ()));
951 assert_eq!(a.lbr(), 2);
952 assert_eq!(a.count_0(), 1);
953 }
954
955 #[test]
956 fn app_order_matters() {

Callers 2

ingress_exprFunction · 0.85
prj_mdataMethod · 0.85

Calls 2

mk_addrFunction · 0.70
varFunction · 0.70

Tested by

no test coverage detected