Count of conflicted files.
(&self)
| 571 | |
| 572 | /// Count of conflicted files. |
| 573 | pub fn conflicted_count(&self) -> usize { |
| 574 | self.conflicted().count() |
| 575 | } |
| 576 | |
| 577 | /// Iterate over clean files. |
| 578 | pub fn clean(&self) -> impl Iterator<Item = &FileStatusEntry> { |
no test coverage detected