Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FULLOBJ (0.03 sec)

  1. internal/hash/checksum_test.go

    )
    
    // TestChecksumAddToHeader tests that adding and retrieving a checksum on a header works
    func TestChecksumAddToHeader(t *testing.T) {
    	tests := []struct {
    		name     string
    		checksum ChecksumType
    		fullobj  bool
    		wantErr  bool
    	}{
    		{"CRC32-composite", ChecksumCRC32, false, false},
    		{"CRC32-full-object", ChecksumCRC32, true, false},
    		{"CRC32C-composite", ChecksumCRC32C, false, false},
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 22 14:15:21 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top