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

Method is_success

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

Check if collection was successful (no errors).

(&self)

Source from the content-addressed store, hash-verified

261
262 /// Check if collection was successful (no errors).
263 pub fn is_success(&self) -> bool {
264 self.errors.is_empty()
265 }
266
267 /// Get the number of collected files.
268 pub fn len(&self) -> usize {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected