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

Method with_all

atomic-cli/src/commands/push/command.rs:205–208  ·  view source on GitHub ↗

Builder: set the --all flag.

(mut self, all: bool)

Source from the content-addressed store, hash-verified

203
204 /// Builder: set the --all flag.
205 pub fn with_all(mut self, all: bool) -> Self {
206 self.all = all;
207 self
208 }
209
210 /// Builder: set the insecure flag.
211 pub fn with_insecure(mut self, insecure: bool) -> Self {

Callers 2

test_push_with_allFunction · 0.45
test_push_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_push_with_allFunction · 0.36
test_push_builder_chainFunction · 0.36