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

Method with_detect_moves

atomic-core/src/record/workflow/options.rs:167–170  ·  view source on GitHub ↗

Set whether to detect moved files. # Arguments `detect` - Whether to detect file moves

(mut self, detect: bool)

Source from the content-addressed store, hash-verified

165 ///
166 /// * `detect` - Whether to detect file moves
167 pub fn with_detect_moves(mut self, detect: bool) -> Self {
168 self.detect_moves = detect;
169 self
170 }
171
172 /// Set whether to detect encoding changes.
173 ///

Callers 2

test_builder_chainingFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_builder_chainingFunction · 0.36