MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / iter_conflicts

Method iter_conflicts

atomic-core/src/record/context.rs:915–920  ·  view source on GitHub ↗
(
            &self,
            _view_id: u64,
        )

Source from the content-addressed store, hash-verified

913 }
914
915 fn iter_conflicts(
916 &self,
917 _view_id: u64,
918 ) -> Result<Vec<(u64, Vec<crate::pristine::StoredConflict>)>, PristineError> {
919 Ok(Vec::new())
920 }
921
922 fn get_change_seq(
923 &self,

Callers 4

statusMethod · 0.45
list_conflictsMethod · 0.45
recordMethod · 0.45
persisted_conflict_countFunction · 0.45

Calls

no outgoing calls

Tested by 1

persisted_conflict_countFunction · 0.36