Count of added files.
(&self)
| 559 | |
| 560 | /// Count of added files. |
| 561 | pub fn added_count(&self) -> usize { |
| 562 | self.added().count() |
| 563 | } |
| 564 | |
| 565 | /// Iterate over conflicted files. |
| 566 | pub fn conflicted(&self) -> impl Iterator<Item = &FileStatusEntry> { |