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

Method order_conflict_count

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

Get the number of order conflicts.

(&self)

Source from the content-addressed store, hash-verified

376
377 /// Get the number of order conflicts.
378 pub fn order_conflict_count(&self) -> usize {
379 self.order_conflicts.len()
380 }
381
382 /// Check if there are any order conflicts.
383 pub fn has_order_conflicts(&self) -> bool {

Callers 2

total_conflict_countMethod · 0.80
from_trackerMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected