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

Method missing_context_count

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

Get the number of missing context conflicts.

(&self)

Source from the content-addressed store, hash-verified

351
352 /// Get the number of missing context conflicts.
353 pub fn missing_context_count(&self) -> usize {
354 self.missing_contexts.len()
355 }
356
357 /// Check if there are any missing context conflicts.
358 pub fn has_missing_contexts(&self) -> bool {

Callers 2

total_conflict_countMethod · 0.80
from_trackerMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected