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

Method untracked_count

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

Count of untracked files.

(&self)

Source from the content-addressed store, hash-verified

559
560 /// Count of untracked files.
561 pub fn untracked_count(&self) -> usize {
562 self.untracked().count()
563 }
564
565 /// Iterate over added files.
566 pub fn added(&self) -> impl Iterator<Item = &FileStatusEntry> {

Callers 2

print_long_formatMethod · 0.80
record_turnFunction · 0.80

Calls 2

untrackedMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected