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

Method with_force

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

Builder: set the force flag.

(mut self, force: bool)

Source from the content-addressed store, hash-verified

228
229 /// Builder: set the force flag.
230 pub fn with_force(mut self, force: bool) -> Self {
231 self.force = force;
232 self
233 }
234
235 /// Builder: set the --all flag.
236 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