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

Method added_count

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

Count of added files.

(&self)

Source from the content-addressed store, hash-verified

559
560 /// Count of added files.
561 pub fn added_count(&self) -> usize {
562 self.added().count()
563 }
564
565 /// Iterate over conflicted files.
566 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