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

Method modified_count

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

Count of modified files.

(&self)

Source from the content-addressed store, hash-verified

535
536 /// Count of modified files.
537 pub fn modified_count(&self) -> usize {
538 self.modified().count()
539 }
540
541 /// Iterate over deleted files.
542 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