Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ has_changes
Method
has_changes
atomic-repository/src/unrecord.rs:304–306 ·
view source on GitHub ↗
Check if anything was unrecorded.
(&self)
Source
from the content-addressed store, hash-verified
302
303
/// Check if anything was unrecorded.
304
pub fn has_changes(&self) -> bool {
305
!self.unrecorded.is_empty()
306
}
307
}
308
309
impl fmt::Display for UnrecordOutcome {
Callers
nothing calls this directly
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected