Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_options_max_diff_size
Function · 0.45
test_options_exceeds_max_size
Function · 0.45
test_options_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_options_max_diff_size
Function · 0.36
test_options_exceeds_max_size
Function · 0.36
test_options_builder_chain
Function · 0.36