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

Method count

crates/kernel/src/lctx.rs:242–244  ·  view source on GitHub ↗

Number of fvars generated so far. Used by Stage B to save/restore the counter when needed (rare; binder open/close are usually nested in a way that does not require counter rollback).

(&self)

Source from the content-addressed store, hash-verified

240 /// counter when needed (rare; binder open/close are usually nested in a
241 /// way that does not require counter rollback).
242 pub fn count(&self) -> u64 {
243 self.next
244 }
245}
246
247/// Cheap predicate: an `FVar` head-only check. Used by callers (Stage B+)

Callers 11

group_work_by_manifestFunction · 0.45
run_shard_planFunction · 0.45
decompile_exprFunction · 0.45
n_canonical_motivesMethod · 0.45
n_canonical_minorsMethod · 0.45
build_indexed_eq_valueFunction · 0.45
ingress_muts_blockFunction · 0.45
ixon_ingress_innerFunction · 0.45
initial_partitionFunction · 0.45
summaryMethod · 0.45
analyze_sharing_statsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected