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

Method get_hash_length

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

Get the hash display length based on settings. # Returns The number of characters to display for hashes.

(&self)

Source from the content-addressed store, hash-verified

223 ///
224 /// The number of characters to display for hashes.
225 pub(crate) fn get_hash_length(&self) -> usize {
226 if self.full_hash {
227 52 // Full Base32 hash length
228 } else {
229 DEFAULT_HASH_LENGTH
230 }
231 }
232
233 /// Format entries for default output.
234 ///

Callers 1

print_entriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected