Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ has_errors
Method
has_errors
atomic-core/src/record/detect.rs:655–657 ·
view source on GitHub ↗
Check if there were errors.
(&self)
Source
from the content-addressed store, hash-verified
653
654
/// Check if there were errors.
655
pub fn has_errors(&self) -> bool {
656
!self.errors.is_empty()
657
}
658
659
/// Get only added files.
660
pub fn added(&self) -> impl Iterator<Item = &FileChange> {
Callers
1
run
Method · 0.45
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected