Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appendPtr (0.07 sec)

  1. cmd/erasure-object.go

    				actualSize = int64(decSize)
    			}
    		default:
    			actualSize = n
    		}
    	}
    	if fi.Checksum == nil {
    		// Trailing headers checksums should now be filled.
    		fi.Checksum = opts.WantChecksum.AppendTo(nil, nil)
    		if opts.EncryptFn != nil {
    			fi.Checksum = opts.EncryptFn("object-checksum", fi.Checksum)
    		}
    	}
    	for i, w := range writers {
    		if w == nil {
    			onlineDisks[i] = nil
    			continue
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 78.8K bytes
    - Viewed (0)
Back to top