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

Method has_errors

atomic-core/src/output/repo/tree.rs:716–718  ·  view source on GitHub ↗

Check if any errors occurred.

(&self)

Source from the content-addressed store, hash-verified

714
715 /// Check if any errors occurred.
716 pub fn has_errors(&self) -> bool {
717 !self.errors.is_empty()
718 }
719
720 /// Get the total number of items collected.
721 pub fn total_items(&self) -> usize {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected