Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_content
Function · 0.45
is_binary
Function · 0.45
build_crdt_ops_for_modified_file
Function · 0.45
record_modified_file
Function · 0.45
test_result_iter
Function · 0.45
test_result_into_iterator
Function · 0.45
test_result_ref_iterator
Function · 0.45
is_binary
Method · 0.45
significant_token_count
Method · 0.45
test_content_tokenizer_no_whitespace_merging
Function · 0.45
is_distinctive
Function · 0.45
test_build_result_iter
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
13
test_result_iter
Function · 0.36
test_result_into_iterator
Function · 0.36
test_result_ref_iterator
Function · 0.36
test_content_tokenizer_no_whitespace_merging
Function · 0.36
test_build_result_iter
Function · 0.36
test_build_result_into_iterator
Function · 0.36
test_build_result_ref_iterator
Function · 0.36
test_result_changed_files_iterator
Function · 0.36
test_result_all_files_iterator
Function · 0.36
test_classification_mutual_exclusion
Function · 0.36
typed_iteration_covers_all_valid_edges
Function · 0.36
test_semantic_diff_function_argument_added
Function · 0.36