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

Method with_all

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

Builder: set the --all flag.

(mut self, all: bool)

Source from the content-addressed store, hash-verified

191
192 /// Builder: set the --all flag.
193 pub fn with_all(mut self, all: bool) -> Self {
194 self.all = all;
195 self
196 }
197
198 /// Builder: set the insecure flag.
199 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