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

Method deleted_count

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

Count of deleted files.

(&self)

Source from the content-addressed store, hash-verified

535
536 /// Count of deleted files.
537 pub fn deleted_count(&self) -> usize {
538 self.deleted().count()
539 }
540
541 /// Iterate over untracked files.
542 pub fn untracked(&self) -> impl Iterator<Item = &FileStatusEntry> {

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
deletedMethod · 0.45

Tested by

no test coverage detected