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

Method dirty_count

atomic-repository/src/status.rs:607–609  ·  view source on GitHub ↗

Count of dirty files.

(&self)

Source from the content-addressed store, hash-verified

605
606 /// Count of dirty files.
607 pub fn dirty_count(&self) -> usize {
608 self.dirty().count()
609 }
610
611 // Path Collections
612

Callers

nothing calls this directly

Calls 2

dirtyMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected