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

Method with_full_hash

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

Builder: set full hash display.

(mut self, full_hash: bool)

Source from the content-addressed store, hash-verified

169
170 /// Builder: set full hash display.
171 pub fn with_full_hash(mut self, full_hash: bool) -> Self {
172 self.full_hash = full_hash;
173 self
174 }
175
176 /// Builder: set whether to show all history (including inherited).
177 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