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

Method max_diff_size

atomic-core/src/record/workflow/detect/mod.rs:210–213  ·  view source on GitHub ↗
(mut self, size: usize)

Source from the content-addressed store, hash-verified

208 /// ```
209 #[must_use]
210 pub fn max_diff_size(mut self, size: usize) -> Self {
211 self.max_diff_size = Some(size);
212 self
213 }
214
215 /// Set whether to force re-diffing.
216 ///

Callers 3

Calls

no outgoing calls

Tested by 3