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

Method has_missing_contexts

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

Check if there are any missing context conflicts.

(&self)

Source from the content-addressed store, hash-verified

356
357 /// Check if there are any missing context conflicts.
358 pub fn has_missing_contexts(&self) -> bool {
359 !self.missing_contexts.is_empty()
360 }
361
362 // Order Conflicts
363

Callers 1

has_conflictsMethod · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected