- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for xlMetaV2TrimData (0.06 sec)
-
cmd/xl-storage-meta-inline.go
*x = nil return true } // Reserialize... x.serialize(plSize, newKeys, newVals) return true } // xlMetaV2TrimData will trim any data from the metadata without unmarshalling it. // If any error occurs the unmodified data is returned. func xlMetaV2TrimData(buf []byte) []byte { metaBuf, maj, minor, err := checkXL2V1(buf) if err != nil { return buf } if maj == 1 && minor < 1 {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 9.4K bytes - Viewed (0)