MCPcopy 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 ///

Calls

no outgoing calls