Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ stats
Method
stats
atomic-core/src/change/format_v3/reader/mod.rs:435–437 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
433
/// Returns the current reader statistics.
434
#[inline]
435
pub fn stats(&self) -> &ReaderStats {
436
&self.stats
437
}
438
439
/// Returns the number of remaining sections that haven't been read or skipped.
440
///
Callers
2
test_graph_sections_stats_tracking
Function · 0.45
test_stats_after_reading
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_graph_sections_stats_tracking
Function · 0.36
test_stats_after_reading
Function · 0.36