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

Method clean_count

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

Count of clean files.

(&self)

Source from the content-addressed store, hash-verified

583
584 /// Count of clean files.
585 pub fn clean_count(&self) -> usize {
586 self.clean().count()
587 }
588
589 /// Iterate over all dirty (changed) files.
590 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