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

Method has_errors

atomic-repository/src/record/assemble.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 /// Check if any errors occurred.
98 #[must_use]
99 pub fn has_errors(&self) -> bool {
100 self.errors > 0
101 }
102
103 /// Get total line changes (added + deleted + modified).
104 #[must_use]

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected