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

Method prj_mdata

crates/kernel/src/expr.rs:601–609  ·  view source on GitHub ↗
(
    id: KId<M>,
    field: u64,
    val: KExpr<M>,
    mdata: M::MField<Vec<MData>>,
  )

Source from the content-addressed store, hash-verified

599 Self::lam_mdata_with_addr(name, bi, ty, body, mdata, addr)
600 }
601
602 pub fn all(
603 name: M::MField<Name>,
604 bi: M::MField<BinderInfo>,
605 ty: KExpr<M>,
606 body: KExpr<M>,
607 ) -> Self {
608 Self::all_mdata(name, bi, ty, body, no_mdata::<M>())
609 }
610
611 fn all_mdata_with_addr(
612 name: M::MField<Name>,

Callers

nothing calls this directly

Calls 1

prj_hashFunction · 0.85

Tested by

no test coverage detected