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

Method total_conflict_count

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

Get the total number of conflicts.

(&self)

Source from the content-addressed store, hash-verified

393
394 /// Get the total number of conflicts.
395 pub fn total_conflict_count(&self) -> usize {
396 self.zombie_count() + self.missing_context_count() + self.order_conflict_count()
397 }
398
399 /// Check if the tracker is empty.
400 pub fn is_empty(&self) -> bool {

Callers 1

write_change_to_graphFunction · 0.80

Calls 3

zombie_countMethod · 0.80
missing_context_countMethod · 0.80
order_conflict_countMethod · 0.80

Tested by

no test coverage detected