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

Method with_format

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

Builder: set the output format.

(mut self, format: ChangeFormat)

Source from the content-addressed store, hash-verified

115
116 /// Builder: set the output format.
117 pub fn with_format(mut self, format: ChangeFormat) -> Self {
118 self.format = format;
119 self
120 }
121
122 /// Builder: set show-deps flag.
123 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