MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_empty

Method is_empty

atomic-repository/src/archive.rs:523–525  ·  view source on GitHub ↗

Check if manifest is empty.

(&self)

Source from the content-addressed store, hash-verified

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> {

Callers 3

should_includeMethod · 0.45
has_warningsMethod · 0.45
ensure_extensionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected