Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ fail_on_conflict
Method
fail_on_conflict
atomic-core/src/crdt/apply/options.rs:296–298 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
294
/// Returns whether to fail on conflict.
295
#[inline]
296
pub fn fail_on_conflict(&self) -> bool {
297
self.fail_on_conflict
298
}
299
300
/// Returns whether duplicate IDs are allowed.
301
#[inline]
Callers
10
add_conflict
Method · 0.80
test_context_add_conflict
Function · 0.80
test_context_add_conflict_with_fail
Function · 0.80
test_outcome_with_conflicts
Function · 0.80
test_outcome_into_conflicts
Function · 0.80
test_outcome_into_parts
Function · 0.80
test_outcome_display_with_conflicts
Function · 0.80
test_builder_fail_on_conflict
Function · 0.80
test_builder_chaining
Function · 0.80
test_serde_roundtrip
Function · 0.80
Calls
no outgoing calls
Tested by
9
test_context_add_conflict
Function · 0.64
test_context_add_conflict_with_fail
Function · 0.64
test_outcome_with_conflicts
Function · 0.64
test_outcome_into_conflicts
Function · 0.64
test_outcome_into_parts
Function · 0.64
test_outcome_display_with_conflicts
Function · 0.64
test_builder_fail_on_conflict
Function · 0.64
test_builder_chaining
Function · 0.64
test_serde_roundtrip
Function · 0.64