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

Method clean

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

Iterate over clean files.

(&self)

Source from the content-addressed store, hash-verified

576
577 /// Iterate over clean files.
578 pub fn clean(&self) -> impl Iterator<Item = &FileStatusEntry> {
579 self.entries
580 .iter()
581 .filter(|e| e.status == FileStatus::Clean)
582 }
583
584 /// Count of clean files.
585 pub fn clean_count(&self) -> usize {

Callers 1

clean_countMethod · 0.80

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected