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

Method deleted

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

Iterate over deleted files.

(&self)

Source from the content-addressed store, hash-verified

540
541 /// Iterate over deleted files.
542 pub fn deleted(&self) -> impl Iterator<Item = &FileStatusEntry> {
543 self.entries
544 .iter()
545 .filter(|e| e.status == FileStatus::Deleted)
546 }
547
548 /// Count of deleted files.
549 pub fn deleted_count(&self) -> usize {

Callers 1

deleted_countMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected