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

Method with_force

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

Builder: set the force flag.

(mut self, force: bool)

Source from the content-addressed store, hash-verified

185
186 /// Builder: set the force flag.
187 pub fn with_force(mut self, force: bool) -> Self {
188 self.force = force;
189 self
190 }
191
192 /// Builder: set the --all flag.
193 pub fn with_all(mut self, all: bool) -> Self {

Callers 2

test_push_with_forceFunction · 0.45
test_push_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_push_with_forceFunction · 0.36
test_push_builder_chainFunction · 0.36