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

Method is_untracked

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

Check if this status represents an untracked file.

(&self)

Source from the content-addressed store, hash-verified

195
196 /// Check if this status represents an untracked file.
197 pub fn is_untracked(&self) -> bool {
198 matches!(self, FileStatus::Untracked)
199 }
200
201 /// Check if this status represents a conflict.
202 pub fn is_conflicted(&self) -> bool {

Callers 2

has_untrackedMethod · 0.80
tracked_pathsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected