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

Function mk_addr

crates/kernel/src/expr.rs:821–823  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

819 name.meta_fmt(f)?;
820 } else {
821 write!(f, "_")?;
822 }
823 write!(f, " : ")?;
824 fmt_expr(ty, f, depth + 1)?;
825 write!(f, ") => ")?;
826 fmt_expr(body, f, depth + 1)?;

Callers 7

const_hashFunction · 0.70
prj_hashFunction · 0.70
nat_str_hashFunction · 0.70
display_const_anonFunction · 0.70
display_const_metaFunction · 0.70
display_const_with_univsFunction · 0.70

Calls 1

as_bytesMethod · 0.80

Tested by 7

const_hashFunction · 0.56
prj_hashFunction · 0.56
nat_str_hashFunction · 0.56
display_const_anonFunction · 0.56
display_const_metaFunction · 0.56
display_const_with_univsFunction · 0.56