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

Method with_detect_moves

atomic-core/src/record/detect.rs:205–208  ·  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

203 ///
204 /// * `detect` - Whether to detect file moves
205 pub fn with_detect_moves(mut self, detect: bool) -> Self {
206 self.detect_moves = detect;
207 self
208 }
209
210 /// Set whether to detect encoding changes.
211 ///

Callers 2

test_options_chainingFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_options_chainingFunction · 0.36