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

Method with_dry_run

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

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

174
175 /// Builder: set the dry-run flag.
176 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
177 self.dry_run = dry_run;
178 self
179 }
180
181 /// Builder: set the force flag.
182 pub fn with_force(mut self, force: bool) -> Self {

Callers 2

test_remove_with_dry_runFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_remove_with_dry_runFunction · 0.36