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

Class Expr

crates/common/src/env.rs:771–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769 hasher.update(&[3]);
770 hasher.update(&n.to_le_bytes());
771 },
772 DataValue::OfInt(i) => {
773 hasher.update(&[4]);
774 hash_int(i, hasher);

Callers 12

bvarMethod · 0.70
fvarMethod · 0.70
mvarMethod · 0.70
sortMethod · 0.70
cnstMethod · 0.70
appMethod · 0.70
lamMethod · 0.70
allMethod · 0.70
letEMethod · 0.70
litMethod · 0.70
mdataMethod · 0.70
projMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected