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

Method has_untracked

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

Check if there are any untracked files.

(&self)

Source from the content-addressed store, hash-verified

509
510 /// Check if there are any untracked files.
511 pub fn has_untracked(&self) -> bool {
512 self.entries.iter().any(|e| e.status.is_untracked())
513 }
514
515 // Filtered Iterators
516

Callers 1

Calls 2

is_untrackedMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected