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

Method with_no_edit

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

Builder: set the no-edit flag.

(mut self, no_edit: bool)

Source from the content-addressed store, hash-verified

272
273 /// Builder: set the no-edit flag.
274 pub fn with_no_edit(mut self, no_edit: bool) -> Self {
275 self.no_edit = no_edit;
276 self
277 }
278
279 /// Builder: set the dry-run flag.
280 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