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

Method begin_cyclic_conflict

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

Begin a cyclic conflict region. Cyclic conflicts occur when the graph has circular dependencies.

(&mut self, id: usize)

Source from the content-addressed store, hash-verified

499 ///
500 /// Cyclic conflicts occur when the graph has circular dependencies.
501 fn begin_cyclic_conflict(&mut self, id: usize) -> Result<(), std::io::Error> {
502 self.output_conflict_marker(markers::START, id, None)
503 }
504
505 /// Move to the next side of a conflict.
506 ///

Callers 1

Implementers 2

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

Calls 1

Tested by 1