Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ max_file_size
Method
max_file_size
atomic-core/src/record/workflow/record/options.rs:158–161 ·
view source on GitHub ↗
(mut self, size: usize)
Source
from the content-addressed store, hash-verified
156
/// ```
157
#[must_use]
158
pub fn max_file_size(mut self, size: usize) -> Self {
159
self.max_file_size = Some(size);
160
self
161
}
162
163
/// Set whether to skip binary files.
164
///
Callers
4
test_options_max_file_size
Function · 0.45
test_options_exceeds_max_size
Function · 0.45
test_options_builder_chain
Function · 0.45
test_record_added_file_exceeds_size
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_options_max_file_size
Function · 0.36
test_options_exceeds_max_size
Function · 0.36
test_options_builder_chain
Function · 0.36
test_record_added_file_exceeds_size
Function · 0.36