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

Method hash_length

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

Builder: set the hash display length.

(mut self, len: usize)

Source from the content-addressed store, hash-verified

655
656 /// Builder: set the hash display length.
657 pub fn hash_length(mut self, len: usize) -> Self {
658 self.hash_length = len;
659 self
660 }
661
662 /// Builder: set count limit.
663 pub fn count(mut self, count: usize) -> Self {

Calls

no outgoing calls