Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ dirty_count
Method
dirty_count
atomic-repository/src/status.rs:595–597 ·
view source on GitHub ↗
Count of dirty files.
(&self)
Source
from the content-addressed store, hash-verified
593
594
/// Count of dirty files.
595
pub fn dirty_count(&self) -> usize {
596
self.dirty().count()
597
}
598
599
// Path Collections
600
Callers
nothing calls this directly
Calls
2
dirty
Method · 0.80
count
Method · 0.45
Tested by
no test coverage detected