Check if the working copy is empty.
(&self)
| 424 | |
| 425 | /// Check if the working copy is empty. |
| 426 | pub fn is_empty(&self) -> bool { |
| 427 | self.files.borrow().is_empty() |
| 428 | } |
| 429 | |
| 430 | /// Get the number of entries (files + directories). |
| 431 | pub fn len(&self) -> usize { |
no outgoing calls
no test coverage detected