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

Method count

atomic-core/src/crdt/apply/conflict.rs:554–556  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

552 /// Returns the number of conflicts.
553 #[inline]
554 pub fn count(&self) -> usize {
555 self.conflicts.len()
556 }
557
558 /// Returns `true` if there are no conflicts.
559 #[inline]

Callers 15

is_binary_contentFunction · 0.45
is_binaryFunction · 0.45
record_modified_fileFunction · 0.45
test_result_iterFunction · 0.45
test_result_ref_iteratorFunction · 0.45
is_binaryMethod · 0.45
is_distinctiveFunction · 0.45
test_build_result_iterFunction · 0.45

Calls 1

lenMethod · 0.45