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

Function mk_info

crates/kernel/src/expr.rs:179–187  ·  view source on GitHub ↗
(
  addr: Addr,
  lbr: u64,
  count_0: u64,
  has_fvars: bool,
  mdata: M::MField<Vec<MData>>,
)

Source from the content-addressed store, hash-verified

177 | ExprData::Lam(.., i)
178 | ExprData::All(.., i)
179 | ExprData::Let(.., i)
180 | ExprData::Prj(.., i)
181 | ExprData::Nat(.., i)
182 | ExprData::Str(.., i) => i,
183 }
184 }
185}
186
187impl<M: KernelMode> KExpr<M> {
188 pub fn new(data: ExprData<M>) -> Self {
189 KExpr(Arc::new(data))
190 }

Callers 3

build_aux_perm_ctxFunction · 0.85
build_perm_ctx_1bFunction · 0.85
build_perm_ctxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected