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

Method with_check_mtime

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

Set whether to use mtime optimization. # Arguments `check` - Whether to check mtime before comparing content

(mut self, check: bool)

Source from the content-addressed store, hash-verified

155 ///
156 /// * `check` - Whether to check mtime before comparing content
157 pub fn with_check_mtime(mut self, check: bool) -> Self {
158 self.check_mtime = check;
159 self
160 }
161
162 /// Set whether to detect moved files.
163 ///

Callers 4

test_check_mtime_builderFunction · 0.45
test_builder_chainingFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_check_mtime_builderFunction · 0.36
test_builder_chainingFunction · 0.36