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

Method data

crates/kernel/src/expr.rs:110–112  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108pub struct ExprInfo<M: KernelMode> {
109 /// Blake3 hash of semantic expression content. Metadata fields are stored
110 /// for diagnostics/egress but do not contribute to the hash.
111 pub addr: Addr,
112 /// Loose bound variable range: upper bound on free de Bruijn indices.
113 pub lbr: u64,
114 /// Count of free `Var(0)` occurrences.
115 pub count_0: u64,

Callers 15

egress_levelFunction · 0.45
egress_exprFunction · 0.45
kuniv_to_ixonFunction · 0.45
kexpr_to_ixonFunction · 0.45
kuniv_to_levelFunction · 0.45
peek_result_sortFunction · 0.45
get_level_errorMethod · 0.45
kexpr_to_leanFunction · 0.45

Calls

no outgoing calls