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

Method begin_zombie_conflict

atomic-core/src/output/traits.rs:490–496  ·  view source on GitHub ↗

Begin a zombie conflict region. Zombie conflicts occur when deleted content has live connections.

(
        &mut self,
        id: usize,
        changes: Option<&[Hash]>,
    )

Source from the content-addressed store, hash-verified

488 ///
489 /// Zombie conflicts occur when deleted content has live connections.
490 fn begin_zombie_conflict(
491 &mut self,
492 id: usize,
493 changes: Option<&[Hash]>,
494 ) -> Result<(), std::io::Error> {
495 self.output_conflict_marker(markers::START, id, changes)
496 }
497
498 /// Begin a cyclic conflict region.
499 ///

Callers 1

Implementers 2

traits.rsatomic-core/src/output/traits.rs
writer.rsatomic-core/src/output/repo/writer.rs

Calls 1

Tested by 1