Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ into_conflicts
Method
into_conflicts
atomic-core/src/crdt/apply/conflict.rs:584–586 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
582
/// Consumes the tracker and returns the conflicts.
583
#[inline]
584
pub fn into_conflicts(self) -> Vec<CrdtConflict> {
585
self.conflicts
586
}
587
588
/// Clears all recorded conflicts.
589
#[inline]
Callers
1
test_tracker_into_conflicts
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_tracker_into_conflicts
Function · 0.36