MCPcopy 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
71impl<'a, T: ViewTxnT> Iterator for HistoryIter<'a, T> {

Callers 12

materialize_parallelMethod · 0.45
vault_intent_deleteMethod · 0.45
desired_tree_pathsFunction · 0.45
cleanup_empty_ancestorsFunction · 0.45
kg_node_fts_hit_countFunction · 0.45
count_occurrencesFunction · 0.45
count_occurrencesFunction · 0.45
run_tool_loopFunction · 0.45
exec_read_fileMethod · 0.45
previewFunction · 0.45

Calls

no outgoing calls