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

Method new

crates/kernel/src/expr.rs:106–108  ·  view source on GitHub ↗
(data: ExprData<M>)

Source from the content-addressed store, hash-verified

104}
105
106/// Per-expression metadata: blake3 hash, substitution annotations, and mdata.
107#[derive(Clone, Debug)]
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,

Callers

nothing calls this directly

Calls 1

KExprClass · 0.85

Tested by

no test coverage detected