MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / iter

Method iter

atomic-cli/src/commands/diff/types.rs:231–233  ·  view source on GitHub ↗

Get an iterator over file statistics.

(&self)

Source from the content-addressed store, hash-verified

229
230 /// Get an iterator over file statistics.
231 pub fn iter(&self) -> impl Iterator<Item = &FileDiffStats> {
232 self.files.iter()
233 }
234
235 /// Get the maximum path length for formatting.
236 pub fn max_path_length(&self) -> usize {

Callers 15

run_pushMethod · 0.45
runMethod · 0.45
runMethod · 0.45
run_previewFunction · 0.45
execute_reviseMethod · 0.45
display_dry_runMethod · 0.45
clearMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 7

clearMethod · 0.36
test_diff_stats_iterFunction · 0.36
show_summaryMethod · 0.36
list_allMethod · 0.36
print_coverageMethod · 0.36
has_divergedFunction · 0.36