Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ count
Method
count
atomic-repository/src/history/iter.rs:66–68 ·
view source on GitHub ↗
Get the number of entries yielded so far.
(&self)
Source
from the content-addressed store, hash-verified
64
65
/// Get the number of entries yielded so far.
66
pub fn count(&self) -> usize {
67
self.count
68
}
69
}
70
71
impl<
'a, T: ViewTxnT> Iterator for HistoryIter<'
a, T> {
Callers
9
materialize_parallel
Method · 0.45
vault_intent_delete
Method · 0.45
cleanup_empty_ancestors
Function · 0.45
count_occurrences
Function · 0.45
count_occurrences
Function · 0.45
run_tool_loop
Function · 0.45
exec_read_file
Method · 0.45
preview
Function · 0.45
test_parallel_record_many_files_uses_rayon
Function · 0.45
Calls
no outgoing calls
Tested by
3
count_occurrences
Function · 0.36
count_occurrences
Function · 0.36
test_parallel_record_many_files_uses_rayon
Function · 0.36