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

Method with_all

atomic-cli/src/commands/pull/command.rs:220–223  ·  view source on GitHub ↗

Builder: set the --all flag.

(mut self, all: bool)

Source from the content-addressed store, hash-verified

218
219 /// Builder: set the --all flag.
220 pub fn with_all(mut self, all: bool) -> Self {
221 self.all = all;
222 self
223 }
224
225 /// Builder: set the insecure flag.
226 pub fn with_insecure(mut self, insecure: bool) -> Self {

Callers 2

test_pull_with_allFunction · 0.45
test_pull_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_pull_with_allFunction · 0.36
test_pull_builder_chainFunction · 0.36