Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_conflicts
Method · 0.45
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected