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

Method with_skip_binary

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

Builder: set the skip-binary flag.

(mut self, skip_binary: bool)

Source from the content-addressed store, hash-verified

319
320 /// Builder: set the skip-binary flag.
321 pub fn with_skip_binary(mut self, skip_binary: bool) -> Self {
322 self.skip_binary = skip_binary;
323 self
324 }
325
326 /// Builder: set the max file size.
327 pub fn with_max_size(mut self, max_size: u64) -> Self {

Callers 4

build_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 3