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

Method format

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

Builder: set format.

(mut self, format: LogFormat)

Source from the content-addressed store, hash-verified

640
641 /// Builder: set format.
642 pub fn format(mut self, format: LogFormat) -> Self {
643 self.format = format;
644 self
645 }
646
647 /// Builder: set full hash display.
648 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