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

Function sort_hash

crates/kernel/src/expr.rs:849–854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

847 write!(f, "_")?;
848 }
849 write!(f, " : ")?;
850 fmt_expr(ty, f, depth + 1)?;
851 write!(f, " := ")?;
852 fmt_expr(val, f, depth + 1)?;
853 write!(f, " in ")?;
854 fmt_expr(body, f, depth + 1)?;
855 write!(f, ")")
856 },
857 ExprData::Prj(id, field, val, _) => {

Callers 2

ingress_exprFunction · 0.85
sort_mdataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected