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

ctx_listFunction · 0.45
rejected_non_utf8_argFunction · 0.45
short_cluster_valueFunction · 0.45
raw_option_valueFunction · 0.45
has_explicit_empty_valueFunction · 0.45
render_forFunction · 0.45
run_pushMethod · 0.45
runMethod · 0.45
show_recent_sessionsFunction · 0.45
show_session_detailFunction · 0.45
match_server_identityFunction · 0.45

Calls

no outgoing calls