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

Method added_count

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

Count of added files.

(&self)

Source from the content-addressed store, hash-verified

571
572 /// Count of added files.
573 pub fn added_count(&self) -> usize {
574 self.added().count()
575 }
576
577 /// Iterate over conflicted files.
578 pub fn conflicted(&self) -> impl Iterator<Item = &FileStatusEntry> {

Callers

nothing calls this directly

Calls 2

countMethod · 0.45
addedMethod · 0.45

Tested by

no test coverage detected