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

Method with_dry_run

atomic-cli/src/commands/pull/command.rs:213–216  ·  view source on GitHub ↗

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

211
212 /// Builder: set the dry-run flag.
213 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
214 self.dry_run = dry_run;
215 self
216 }
217
218 /// Builder: set the --all flag.
219 pub fn with_all(mut self, all: bool) -> Self {

Callers 3

test_pull_with_dry_runFunction · 0.45
test_pull_builder_chainFunction · 0.45
test_pull_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_pull_with_dry_runFunction · 0.36
test_pull_builder_chainFunction · 0.36
test_pull_cloneFunction · 0.36