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

Method lbr

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

Source from the content-addressed store, hash-verified

120 }
121
122 pub fn lbr(&self) -> u64 {
123 self.info().lbr
124 }
125
126 pub fn count_0(&self) -> u64 {
127 self.info().count_0

Callers 15

substFunction · 0.80
subst_no_internFunction · 0.80
subst_cachedFunction · 0.80
simul_substFunction · 0.80
simul_subst_cachedFunction · 0.80
liftFunction · 0.80
lift_no_internFunction · 0.80
lift_cachedFunction · 0.80
cheap_beta_reduceFunction · 0.80
instantiate_revFunction · 0.80
instantiate_rev_cachedFunction · 0.80
abstract_fvars_cachedFunction · 0.80

Calls 1

infoMethod · 0.80