(&self)
| 422 | } |
| 423 | |
| 424 | pub fn is_empty(&self) -> bool { |
| 425 | self.files.is_empty() |
| 426 | } |
| 427 | |
| 428 | /// Removes the last element from the files vector and returns it, or None if empty |
| 429 | pub fn pop(&mut self) -> Option<PartitionedFile> { |
no outgoing calls
no test coverage detected