Check if manifest is empty.
(&self)
| 521 | |
| 522 | /// Check if manifest is empty. |
| 523 | pub fn is_empty(&self) -> bool { |
| 524 | self.entries.is_empty() |
| 525 | } |
| 526 | |
| 527 | /// Iterate over file entries. |
| 528 | pub fn files(&self) -> impl Iterator<Item = &ArchiveEntry> { |
no outgoing calls
no test coverage detected