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

Method untracked_count

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

Count of untracked files.

(&self)

Source from the content-addressed store, hash-verified

547
548 /// Count of untracked files.
549 pub fn untracked_count(&self) -> usize {
550 self.untracked().count()
551 }
552
553 /// Iterate over added files.
554 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