Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
bvar
Method · 0.70
fvar
Method · 0.70
mvar
Method · 0.70
sort
Method · 0.70
cnst
Method · 0.70
app
Method · 0.70
lam
Method · 0.70
all
Method · 0.70
letE
Method · 0.70
lit
Method · 0.70
mdata
Method · 0.70
proj
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected