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

Method with_dry_run

atomic-cli/src/commands/record/mod.rs:315–318  ·  view source on GitHub ↗

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

313
314 /// Builder: set the dry-run flag.
315 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
316 self.dry_run = dry_run;
317 self
318 }
319
320 /// Builder: set the skip-binary flag.
321 pub fn with_skip_binary(mut self, skip_binary: bool) -> Self {

Callers 5

test_record_with_dry_runFunction · 0.45
test_record_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_record_with_dry_runFunction · 0.36
test_record_cloneFunction · 0.36