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

Method has_untracked

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

Check if there are any untracked files.

(&self)

Source from the content-addressed store, hash-verified

521
522 /// Check if there are any untracked files.
523 pub fn has_untracked(&self) -> bool {
524 self.entries.iter().any(|e| e.status.is_untracked())
525 }
526
527 // Filtered Iterators
528

Callers 1

Calls 2

is_untrackedMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected