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

Method with_force

atomic-cli/src/commands/add.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 `--recursive` flag.
236 pub fn with_recursive(mut self, recursive: bool) -> Self {

Callers 5

get_tracking_optionsMethod · 0.45
test_add_with_forceFunction · 0.45
test_add_builder_chainFunction · 0.45
test_add_run_with_forceFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_add_with_forceFunction · 0.36
test_add_builder_chainFunction · 0.36
test_add_run_with_forceFunction · 0.36