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

Method with_all

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

Builder: set the --all flag.

(mut self, all: bool)

Source from the content-addressed store, hash-verified

220
221 /// Builder: set the --all flag.
222 pub fn with_all(mut self, all: bool) -> Self {
223 self.all = all;
224 self
225 }
226
227 /// Builder: set the insecure flag.
228 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