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

Method is_resolved

atomic-core/src/crdt/apply/conflict.rs:331–333  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

329 /// Returns `true` if this conflict has been resolved.
330 #[inline]
331 pub fn is_resolved(&self) -> bool {
332 self.resolved
333 }
334
335 /// Returns the resolution notes, if any.
336 #[inline]

Callers 3

has_unresolvedMethod · 0.45
unresolvedMethod · 0.45
unresolved_countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected