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

Method detect_raw_renames

atomic-repository/src/record/options.rs:281–284  ·  view source on GitHub ↗
(mut self, detect: bool)

Source from the content-addressed store, hash-verified

279 /// Set whether raw filesystem renames should be detected.
280 #[must_use]
281 pub fn detect_raw_renames(mut self, detect: bool) -> Self {
282 self.detect_raw_renames = detect;
283 self
284 }
285
286 /// Get whether raw filesystem rename detection is enabled.
287 #[must_use]

Callers 6

runMethod · 0.80
runMethod · 0.80
record_turnFunction · 0.80

Calls

no outgoing calls