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

Method with_skip_binary

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

Builder: set the skip-binary flag.

(mut self, skip_binary: bool)

Source from the content-addressed store, hash-verified

327
328 /// Builder: set the skip-binary flag.
329 pub fn with_skip_binary(mut self, skip_binary: bool) -> Self {
330 self.skip_binary = skip_binary;
331 self
332 }
333
334 /// Builder: set the max file size.
335 pub fn with_max_size(mut self, max_size: u64) -> Self {

Callers 4

build_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 3