Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ track_conflicts
Method
track_conflicts
atomic-core/src/crdt/apply/options.rs:290–292 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
288
/// Returns whether conflict tracking is enabled.
289
#[inline]
290
pub fn track_conflicts(&self) -> bool {
291
self.track_conflicts
292
}
293
294
/// Returns whether to fail on conflict.
295
#[inline]
Callers
2
test_builder_track_conflicts
Function · 0.80
test_builder_chaining
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_builder_track_conflicts
Function · 0.64
test_builder_chaining
Function · 0.64