Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/xl-storage-meta-inline.go

    	found := false
    	for range sz {
    		var foundKey, foundVal []byte
    		var err error
    		foundKey, buf, err = msgp.ReadMapKeyZC(buf)
    		if err != nil {
    			break
    		}
    		foundVal, buf, err = msgp.ReadBytesZC(buf)
    		if err != nil {
    			break
    		}
    		plSize += len(foundVal) + msgp.StringPrefixSize + msgp.ArrayHeaderSize
    		vals = append(vals, foundVal)
    		if string(foundKey) != oldKey {
    			keys = append(keys, foundKey)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top