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

Method with_no_edit

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

Builder: set the no-edit flag.

(mut self, no_edit: bool)

Source from the content-addressed store, hash-verified

268
269 /// Builder: set the no-edit flag.
270 pub fn with_no_edit(mut self, no_edit: bool) -> Self {
271 self.no_edit = no_edit;
272 self
273 }
274
275 /// Builder: set the dry-run flag.
276 pub fn with_dry_run(mut self, dry_run: bool) -> Self {

Callers 3

test_revise_with_no_editFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_revise_with_no_editFunction · 0.64