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

Method detect_moves

atomic-core/src/record/workflow/detect/mod.rs:178–181  ·  view source on GitHub ↗
(mut self, detect: bool)

Source from the content-addressed store, hash-verified

176 /// ```
177 #[must_use]
178 pub fn detect_moves(mut self, detect: bool) -> Self {
179 self.detect_moves = detect;
180 self
181 }
182
183 /// Set whether to include unchanged files.
184 ///

Callers 2

Calls

no outgoing calls

Tested by 2