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

Method fmt

crates/kernel/src/expr.rs:60–62  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

58 },
59 IxonUniv::Max(a, b) => {
60 hasher.update(&[2]);
61 hash_ixon_univ(a, hasher);
62 hash_ixon_univ(b, hasher);
63 },
64 IxonUniv::IMax(a, b) => {
65 hasher.update(&[3]);

Callers

nothing calls this directly

Calls 1

fmt_exprFunction · 0.85

Tested by

no test coverage detected