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

Method deleted_count

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

Count of deleted files.

(&self)

Source from the content-addressed store, hash-verified

547
548 /// Count of deleted files.
549 pub fn deleted_count(&self) -> usize {
550 self.deleted().count()
551 }
552
553 /// Iterate over untracked files.
554 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