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

Method is_resolved

atomic-core/src/apply/conflict.rs:153–155  ·  view source on GitHub ↗

Check if this zombie has been resolved. A zombie is resolved when there are no more live connections from unknown changes.

(&self)

Source from the content-addressed store, hash-verified

151 /// A zombie is resolved when there are no more live connections
152 /// from unknown changes.
153 pub fn is_resolved(&self) -> bool {
154 self.connected_by.is_empty()
155 }
156}
157
158// Missing Context Conflicts

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected