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

Method allow_conflicts

atomic-repository/src/apply/cross_view.rs:90–93  ·  view source on GitHub ↗

Set whether to allow conflicts.

(mut self, allow: bool)

Source from the content-addressed store, hash-verified

88
89 /// Set whether to allow conflicts.
90 pub fn allow_conflicts(mut self, allow: bool) -> Self {
91 self.allow_conflicts = allow;
92 self
93 }
94
95 /// Set dry run mode.
96 pub fn dry_run(mut self, dry: bool) -> Self {

Callers 3

run_from_viewFunction · 0.80
run_tagFunction · 0.80

Calls

no outgoing calls

Tested by 1