Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ check_mtime
Method
check_mtime
atomic-core/src/record/workflow/detect/mod.rs:162–165 ·
view source on GitHub ↗
(mut self, check: bool)
Source
from the content-addressed store, hash-verified
160
/// ```
161
#[must_use]
162
pub fn check_mtime(mut self, check: bool) -> Self {
163
self.check_mtime = check;
164
self
165
}
166
167
/// Set whether to detect moves.
168
///
Callers
2
test_options_check_mtime
Function · 0.45
test_options_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_options_check_mtime
Function · 0.36
test_options_builder_chain
Function · 0.36