Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_stats
Function · 0.45
rs_kernel_check_consts
Function · 0.45
rs_kernel_check_ixon
Function · 0.45
rs_kernel_check_anon
Function · 0.45
compact_in_flight_label
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected