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

Method with_full_hash

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

Builder: set full hash display.

(mut self, full_hash: bool)

Source from the content-addressed store, hash-verified

173
174 /// Builder: set full hash display.
175 pub fn with_full_hash(mut self, full_hash: bool) -> Self {
176 self.full_hash = full_hash;
177 self
178 }
179
180 /// Builder: set whether to show all history (including inherited).
181 pub fn with_all(mut self, all: bool) -> Self {

Callers 5

test_log_with_full_hashFunction · 0.45
test_log_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_log_with_full_hashFunction · 0.36
test_log_builder_chainFunction · 0.36