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

Method with_all

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

Builder: set the --all flag.

(mut self, all: bool)

Source from the content-addressed store, hash-verified

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