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

Method is_clean

atomic-core/src/merge/mod.rs:70–72  ·  view source on GitHub ↗

Returns `true` if the outcome is [`Clean`](Self::Clean).

(&self)

Source from the content-addressed store, hash-verified

68impl MergeOutcome {
69 /// Returns `true` if the outcome is [`Clean`](Self::Clean).
70 pub fn is_clean(&self) -> bool {
71 matches!(self, Self::Clean(_))
72 }
73
74 /// Returns `true` if the outcome is [`AutoMerged`](Self::AutoMerged).
75 pub fn is_auto_merged(&self) -> bool {

Callers 6

run_pushMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
record_turnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected