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

Method with_dry_run

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

Builder: set the dry-run flag.

(mut self, dry_run: bool)

Source from the content-addressed store, hash-verified

321
322 /// Builder: set the dry-run flag.
323 pub fn with_dry_run(mut self, dry_run: bool) -> Self {
324 self.dry_run = dry_run;
325 self
326 }
327
328 /// Builder: set the skip-binary flag.
329 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