Get an iterator over file statistics.
(&self)
| 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 { |
no outgoing calls