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

Method addr

crates/kernel/src/expr.rs:118–120  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

116 &self.info().addr
117 }
118
119 pub fn lbr(&self) -> u64 {
120 self.info().lbr
121 }
122
123 pub fn count_0(&self) -> u64 {

Callers 15

kuniv_to_ixonFunction · 0.45
kexpr_to_ixonFunction · 0.45
serveFunction · 0.45
connectFunction · 0.45
short_def_eq_addrFunction · 0.45
timed_intern_univFunction · 0.45
ctx_addr_for_lbrMethod · 0.45
push_localMethod · 0.45
push_letMethod · 0.45
intern_univMethod · 0.45
intern_exprMethod · 0.45

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected