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

Method with_format

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

Builder: set the output format.

(mut self, format: LogFormat)

Source from the content-addressed store, hash-verified

151
152 /// Builder: set the output format.
153 pub fn with_format(mut self, format: LogFormat) -> Self {
154 self.format = format;
155 self
156 }
157
158 /// Builder: set reverse order.
159 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