Get the total number of files in the status.
(&self)
| 494 | |
| 495 | /// Get the total number of files in the status. |
| 496 | pub fn total_count(&self) -> usize { |
| 497 | self.entries.len() |
| 498 | } |
| 499 | |
| 500 | /// Check if the working copy is clean (no uncommitted changes). |
| 501 | pub fn is_clean(&self) -> bool { |