Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_options_detect_moves
Function · 0.45
test_options_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_options_detect_moves
Function · 0.36
test_options_builder_chain
Function · 0.36