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

Method ptr_eq

crates/kernel/src/expr.rs:147–149  ·  view source on GitHub ↗
(&self, other: &KExpr<M>)

Source from the content-addressed store, hash-verified

145}
146
147/// Expression data. Each variant carries its [`ExprInfo<M>`].
148#[derive(Clone, Debug)]
149pub enum ExprData<M: KernelMode> {
150 Var(u64, M::MField<Name>, ExprInfo<M>),
151 /// Free variable: opaque identity from the active local context.
152 /// `FVarId` participates in the content hash; the user-facing `Name` is

Callers 6

is_def_eqMethod · 0.45
is_def_eq_innerMethod · 0.45
try_unfold_proj_appMethod · 0.45
hash_eqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected