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

Method with_force

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

Builder: set the force flag.

(mut self, force: bool)

Source from the content-addressed store, hash-verified

197
198 /// Builder: set the force flag.
199 pub fn with_force(mut self, force: bool) -> Self {
200 self.force = force;
201 self
202 }
203
204 /// Builder: set the --all flag.
205 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