Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_conflict
Method
add_conflict
atomic-core/src/crdt/apply/context.rs:203–205 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
201
/// Records a conflict detection.
202
#[inline]
203
pub fn add_conflict(&mut self) {
204
self.conflicts_detected += 1;
205
}
206
207
/// Records a skipped operation.
208
#[inline]
Callers
8
test_stats_conflicts
Function · 0.45
test_stats_merge
Function · 0.45
test_context_add_conflict
Function · 0.45
test_context_add_conflict_with_fail
Function · 0.45
test_outcome_with_conflicts
Function · 0.45
test_outcome_into_conflicts
Function · 0.45
test_outcome_into_parts
Function · 0.45
test_outcome_display_with_conflicts
Function · 0.45
Calls
2
fail_on_conflict
Method · 0.80
push
Method · 0.45
Tested by
8
test_stats_conflicts
Function · 0.36
test_stats_merge
Function · 0.36
test_context_add_conflict
Function · 0.36
test_context_add_conflict_with_fail
Function · 0.36
test_outcome_with_conflicts
Function · 0.36
test_outcome_into_conflicts
Function · 0.36
test_outcome_into_parts
Function · 0.36
test_outcome_display_with_conflicts
Function · 0.36