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

Method clean_count

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

Count of clean files.

(&self)

Source from the content-addressed store, hash-verified

595
596 /// Count of clean files.
597 pub fn clean_count(&self) -> usize {
598 self.clean().count()
599 }
600
601 /// Iterate over all dirty (changed) files.
602 pub fn dirty(&self) -> impl Iterator<Item = &FileStatusEntry> {

Callers

nothing calls this directly

Calls 2

cleanMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected