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

Method count

crates/ffi/src/kernel.rs:174–176  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

172 }
173
174 fn count(&self) -> usize {
175 self.count.load(Ordering::Relaxed)
176 }
177}
178
179/// FFI: type-check a batch of constants through the full pipeline.

Callers 5

analyze_block_size_statsFunction · 0.45
rs_kernel_check_constsFunction · 0.45
rs_kernel_check_ixonFunction · 0.45
rs_kernel_check_anonFunction · 0.45
compact_in_flight_labelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected