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

Method with_force_rediff

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

Set whether to force re-diffing. # Arguments `force` - Whether to bypass optimizations

(mut self, force: bool)

Source from the content-addressed store, hash-verified

229 ///
230 /// * `force` - Whether to bypass optimizations
231 pub fn with_force_rediff(mut self, force: bool) -> Self {
232 self.force_rediff = force;
233 self
234 }
235
236 /// Set whether to ignore missing files.
237 ///

Callers 3

test_builder_chainingFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_builder_chainingFunction · 0.36