Get the total number of files in the status.
(&self)
| 506 | |
| 507 | /// Get the total number of files in the status. |
| 508 | pub fn total_count(&self) -> usize { |
| 509 | self.entries.len() |
| 510 | } |
| 511 | |
| 512 | /// Check if the working copy is clean (no uncommitted changes). |
| 513 | pub fn is_clean(&self) -> bool { |