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

Method end_conflict

atomic-core/src/output/repo/writer.rs:459–461  ·  view source on GitHub ↗
(&mut self, id: usize)

Source from the content-addressed store, hash-verified

457 }
458
459 fn end_conflict(&mut self, id: usize) -> Result<(), std::io::Error> {
460 self.write_marker(markers::END, id as u32, None)
461 }
462
463 fn end_zombie_conflict(&mut self, id: usize) -> Result<(), std::io::Error> {
464 self.write_marker(markers::END, id as u32, None)

Callers 5

test_take_conflictsFunction · 0.45
test_multiple_conflictsFunction · 0.45

Calls 1

write_markerMethod · 0.80

Tested by 4

test_take_conflictsFunction · 0.36
test_multiple_conflictsFunction · 0.36