Count of clean files.
(&self)
| 595 | |
| 596 | /// Count of clean files. |
| 597 | pub fn clean_count(&self) -> usize { |
| 598 | self.clean().count() |
| 599 | } |
| 600 | |
| 601 | /// Iterate over all dirty (changed) files. |
| 602 | pub fn dirty(&self) -> impl Iterator<Item = &FileStatusEntry> { |