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

Method all

crates/ixon/src/expr.rs:94–96  ·  view source on GitHub ↗
(ty: Arc<Expr>, body: Arc<Expr>)

Source from the content-addressed store, hash-verified

92impl Expr {
93 // Tag4 flags for expression variants (0x0-0xB)
94 pub const FLAG_SORT: u8 = 0x0;
95 pub const FLAG_VAR: u8 = 0x1;
96 pub const FLAG_REF: u8 = 0x2;
97 pub const FLAG_REC: u8 = 0x3;
98 pub const FLAG_PRJ: u8 = 0x4;
99 pub const FLAG_STR: u8 = 0x5;

Callers 5

group_work_by_manifestFunction · 0.45
run_shard_planFunction · 0.45
rs_compile_validate_auxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected