- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for StringFull (0.04 sec)
-
internal/hash/checksum.go
return "SHA256" case c.Is(ChecksumCRC64NVME): return "CRC64NVME" case c.Is(ChecksumNone): return "" } return "invalid" } // StringFull returns the type and all flags as a string. func (c ChecksumType) StringFull() string { out := []string{c.String()} if c.Is(ChecksumMultipart) { out = append(out, "MULTIPART") } if c.Is(ChecksumIncludesMultipart) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 22 14:15:21 UTC 2025 - 18.3K bytes - Viewed (0)