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

Method with_dry_run

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

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

212
213 /// Builder: set the dry-run flag.
214 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
215 self.dry_run = dry_run;
216 self
217 }
218
219 /// Builder: set the --all flag.
220 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