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

Method is_clean

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

Check if this status represents a clean (unchanged) file.

(&self)

Source from the content-addressed store, hash-verified

205
206 /// Check if this status represents a clean (unchanged) file.
207 pub fn is_clean(&self) -> bool {
208 matches!(self, FileStatus::Clean)
209 }
210
211 /// Get a short code for this status (for display).
212 ///

Callers 1

is_working_copy_cleanMethod · 0.45

Calls 2

is_dirtyMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected