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

Method with_format

atomic-cli/src/commands/change/command.rs:104–107  ·  view source on GitHub ↗

Builder: set the output format.

(mut self, format: ChangeFormat)

Source from the content-addressed store, hash-verified

102
103 /// Builder: set the output format.
104 pub fn with_format(mut self, format: ChangeFormat) -> Self {
105 self.format = format;
106 self
107 }
108
109 /// Builder: set show-deps flag.
110 pub fn with_show_deps(mut self, show_deps: bool) -> Self {

Callers 5

test_change_cmd_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_change_cmd_cloneFunction · 0.36