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

Method with_max_size

atomic-cli/src/commands/record/mod.rs:335–338  ·  view source on GitHub ↗

Builder: set the max file size.

(mut self, max_size: u64)

Source from the content-addressed store, hash-verified

333
334 /// Builder: set the max file size.
335 pub fn with_max_size(mut self, max_size: u64) -> Self {
336 self.max_size = Some(max_size);
337 self
338 }
339
340 /// Builder: alias for with_max_size.
341 pub fn with_max_file_size(mut self, max_size: u64) -> Self {

Callers 3

Calls

no outgoing calls

Tested by 3