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