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

Method with_force

atomic-cli/src/commands/remove.rs:182–185  ·  view source on GitHub ↗

Builder: set the force flag.

(mut self, force: bool)

Source from the content-addressed store, hash-verified

180
181 /// Builder: set the force flag.
182 pub fn with_force(mut self, force: bool) -> Self {
183 self.force = force;
184 self
185 }
186
187 /// Convert to TrackingOptions.
188 fn to_tracking_options(&self) -> TrackingOptions {

Callers 4

to_tracking_optionsMethod · 0.45
test_remove_with_forceFunction · 0.45
test_remove_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_remove_with_forceFunction · 0.36
test_remove_cloneFunction · 0.36