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

Method with_dry_run

atomic-cli/src/commands/revise.rs:280–283  ·  view source on GitHub ↗

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

278
279 /// Builder: set the dry-run flag.
280 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
281 self.dry_run = dry_run;
282 self
283 }
284
285 /// Parse the reference string into a ChangeRef.
286 fn parse_reference(&self) -> ChangeRef {

Callers 2

test_revise_with_dry_runFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_revise_with_dry_runFunction · 0.36