Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CanMerge (1.47 sec)

  1. internal/hash/checksum.go

    		return xhttp.AmzChecksumTypeFullObject
    	}
    	if c.IsSet() {
    		return xhttp.AmzChecksumTypeComposite
    	}
    	return ""
    }
    
    // CanMerge will return if the checksum type indicates that checksums can be merged.
    func (c ChecksumType) CanMerge() bool {
    	return c.Is(ChecksumCRC64NVME) || c.Is(ChecksumCRC32C) || c.Is(ChecksumCRC32)
    }
    
    // Hasher returns a hasher corresponding to the checksum type.
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 22 14:15:21 UTC 2025
    - 18.3K bytes
    - Viewed (0)
Back to top