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

Method with_format

atomic-cli/src/commands/log/command.rs:157–160  ·  view source on GitHub ↗

Builder: set the output format.

(mut self, format: LogFormat)

Source from the content-addressed store, hash-verified

155
156 /// Builder: set the output format.
157 pub fn with_format(mut self, format: LogFormat) -> Self {
158 self.format = format;
159 self
160 }
161
162 /// Builder: set reverse order.
163 pub fn with_reverse(mut self, reverse: bool) -> Self {

Callers 7

test_log_with_formatFunction · 0.45
test_log_builder_chainFunction · 0.45
test_log_run_json_emptyFunction · 0.45
test_log_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_log_with_formatFunction · 0.36
test_log_builder_chainFunction · 0.36
test_log_run_json_emptyFunction · 0.36
test_log_cloneFunction · 0.36