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

Method allow_conflict_markers

atomic-repository/src/record/options.rs:261–264  ·  view source on GitHub ↗
(mut self, allow: bool)

Source from the content-addressed store, hash-verified

259 /// Set whether to allow recording files that contain conflict markers.
260 #[must_use]
261 pub fn allow_conflict_markers(mut self, allow: bool) -> Self {
262 self.allow_conflict_markers = allow;
263 self
264 }
265
266 /// Get whether recording marker-laden files is allowed.
267 #[must_use]

Callers 1

build_optionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected