Count of clean files.
(&self)
| 583 | |
| 584 | /// Count of clean files. |
| 585 | pub fn clean_count(&self) -> usize { |
| 586 | self.clean().count() |
| 587 | } |
| 588 | |
| 589 | /// Iterate over all dirty (changed) files. |
| 590 | pub fn dirty(&self) -> impl Iterator<Item = &FileStatusEntry> { |