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

Function expr_mentions_addr_detects_proj_struct_id

crates/kernel/src/tc.rs:1724–1728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1722 mk_name("x"),
1723 ix_common::env::BinderInfo::Default,
1724 sort0(),
1725 KExpr::app(target, var(0)),
1726 );
1727 assert!(expr_mentions_addr(&e, &target_id.addr));
1728 }
1729
1730 #[test]
1731 fn expr_mentions_addr_not_found() {

Callers

nothing calls this directly

Calls 3

mk_idFunction · 0.70
varFunction · 0.70
cloneMethod · 0.45

Tested by

no test coverage detected