Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ has_warnings
Method
has_warnings
atomic-repository/src/archive.rs:625–627 ·
view source on GitHub ↗
Check if there were warnings.
(&self)
Source
from the content-addressed store, hash-verified
623
624
/// Check if there were warnings.
625
pub fn has_warnings(&self) -> bool {
626
!self.warnings.is_empty()
627
}
628
}
629
630
impl fmt::Display for ArchiveOutcome {
Callers
nothing calls this directly
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected