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

Method clean

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

Iterate over clean files.

(&self)

Source from the content-addressed store, hash-verified

588
589 /// Iterate over clean files.
590 pub fn clean(&self) -> impl Iterator<Item = &FileStatusEntry> {
591 self.entries
592 .iter()
593 .filter(|e| e.status == FileStatus::Clean)
594 }
595
596 /// Count of clean files.
597 pub fn clean_count(&self) -> usize {

Callers 1

clean_countMethod · 0.80

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected