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

Method with_no_edit

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

Builder: set the no-edit flag.

(mut self, no_edit: bool)

Source from the content-addressed store, hash-verified

267
268 /// Builder: set the no-edit flag.
269 pub fn with_no_edit(mut self, no_edit: bool) -> Self {
270 self.no_edit = no_edit;
271 self
272 }
273
274 /// Builder: set the dry-run flag.
275 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