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

Method modified_count

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

Count of modified files.

(&self)

Source from the content-addressed store, hash-verified

523
524 /// Count of modified files.
525 pub fn modified_count(&self) -> usize {
526 self.modified().count()
527 }
528
529 /// Iterate over deleted files.
530 pub fn deleted(&self) -> impl Iterator<Item = &FileStatusEntry> {

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
modifiedMethod · 0.45

Tested by

no test coverage detected