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

Method conflicts

atomic-core/src/output/repo/writer.rs:213–215  ·  view source on GitHub ↗

Get a reference to the conflicts detected so far.

(&self)

Source from the content-addressed store, hash-verified

211
212 /// Get a reference to the conflicts detected so far.
213 pub fn conflicts(&self) -> &[FileConflict] {
214 &self.conflicts
215 }
216
217 /// Take ownership of the detected conflicts.
218 ///

Callers 2

test_multiple_conflictsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_multiple_conflictsFunction · 0.36