- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for loadLegacy (0.21 sec)
-
cmd/xl-storage-format-v2.go
ver.header = version.header() ver.meta = meta } } } } return nil }) } // loadLegacy will load content prior to v1.3 // Note that references to the incoming buffer will be kept. func (x *xlMetaV2) loadLegacy(buf []byte) error { buf, major, minor, err := checkXL2V1(buf) if err != nil { return fmt.Errorf("xlMetaV2.Load %w", err) }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1)