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

Method deleted

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

Iterate over deleted files.

(&self)

Source from the content-addressed store, hash-verified

528
529 /// Iterate over deleted files.
530 pub fn deleted(&self) -> impl Iterator<Item = &FileStatusEntry> {
531 self.entries
532 .iter()
533 .filter(|e| e.status == FileStatus::Deleted)
534 }
535
536 /// Count of deleted files.
537 pub fn deleted_count(&self) -> usize {

Callers 1

deleted_countMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected