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

Method format

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

Builder: set format.

(mut self, format: LogFormat)

Source from the content-addressed store, hash-verified

641
642 /// Builder: set format.
643 pub fn format(mut self, format: LogFormat) -> Self {
644 self.format = format;
645 self
646 }
647
648 /// Builder: set full hash display.
649 pub fn full_hash(mut self, full_hash: bool) -> Self {

Callers 9

format_timestampFunction · 0.45
format_onelineMethod · 0.45
print_change_headerMethod · 0.45
format_shortMethod · 0.45
runMethod · 0.45
format_blameMethod · 0.45

Calls

no outgoing calls