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

Method is_empty

atomic-core/src/record/workflow/collect.rs:273–275  ·  view source on GitHub ↗

Check if no files were collected.

(&self)

Source from the content-addressed store, hash-verified

271
272 /// Check if no files were collected.
273 pub fn is_empty(&self) -> bool {
274 self.files.is_empty()
275 }
276
277 /// Get paths of all collected files.
278 pub fn paths(&self) -> impl Iterator<Item = &str>

Callers 5

with_diffMethod · 0.45
is_binaryFunction · 0.45
is_successMethod · 0.45
collect_tracked_filesFunction · 0.45
matches_prefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected