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

Method with_dry_run

atomic-cli/src/commands/restore.rs:141–144  ·  view source on GitHub ↗

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

139
140 /// Builder: set the dry-run flag.
141 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
142 self.dry_run = dry_run;
143 self
144 }
145
146 /// Builder: set the force flag.
147 pub fn with_force(mut self, force: bool) -> Self {

Callers 3

Calls

no outgoing calls

Tested by 3