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

Method with_dry_run

atomic-cli/src/commands/push/command.rs:193–196  ·  view source on GitHub ↗

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

191
192 /// Builder: set the dry-run flag.
193 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
194 self.dry_run = dry_run;
195 self
196 }
197
198 /// Builder: set the force flag.
199 pub fn with_force(mut self, force: bool) -> Self {

Callers 3

test_push_with_dry_runFunction · 0.45
test_push_builder_chainFunction · 0.45
test_push_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_push_with_dry_runFunction · 0.36
test_push_builder_chainFunction · 0.36
test_push_cloneFunction · 0.36