Begin a zombie conflict region. Zombie conflicts occur when deleted content has live connections.
(
&mut self,
id: usize,
changes: Option<&[Hash]>,
)
| 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 | /// |