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

Method with_check_mtime

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

193 ///
194 /// * `check` - Whether to check mtime before comparing content
195 pub fn with_check_mtime(mut self, check: bool) -> Self {
196 self.check_mtime = check;
197 self
198 }
199
200 /// Set whether to detect moved files.
201 ///

Callers 3

test_options_check_mtimeFunction · 0.45
test_options_chainingFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_options_check_mtimeFunction · 0.36
test_options_chainingFunction · 0.36