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

108 }
109
110 pub fn data(&self) -> &ExprData<M> {
111 &self.0
112 }
113
114 pub fn info(&self) -> &ExprInfo<M> {
115 self.data().info()

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