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

Method with_format

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

Builder: set the output format.

(mut self, format: ChangeFormat)

Source from the content-addressed store, hash-verified

98
99 /// Builder: set the output format.
100 pub fn with_format(mut self, format: ChangeFormat) -> Self {
101 self.format = format;
102 self
103 }
104
105 /// Builder: set show-deps flag.
106 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