- Sort Score
- Num 10 results
- Language All
Results 11 - 14 of 14 for ReadNilBytes (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/erasure-server-pool-decom_gen.go
case "lu": z.LastUpdate, bts, err = msgp.ReadTimeBytes(bts) if err != nil { err = msgp.WrapError(err, "LastUpdate") return } case "dec": if msgp.IsNil(bts) { bts, err = msgp.ReadNilBytes(bts) if err != nil { return } z.Decommission = nil } else { if z.Decommission == nil { z.Decommission = new(PoolDecommissionInfo) }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 26.7K bytes - Click Count (0) -
internal/grid/msg_gen.go
case "nf": z.NotFound, bts, err = msgp.ReadBoolBytes(bts) if err != nil { err = msgp.WrapError(err, "NotFound") return } case "e": if msgp.IsNil(bts) { bts, err = msgp.ReadNilBytes(bts) if err != nil { return } z.Err = nil } else { if z.Err == nil { z.Err = new(string) } *z.Err, bts, err = msgp.ReadStringBytes(bts)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 22.4K bytes - Click Count (0) -
cmd/object-api-datatypes_gen.go
z.Size, bts, err = msgp.ReadInt64Bytes(bts) if err != nil { err = msgp.WrapError(err, "Size") return } case "ActualSize": if msgp.IsNil(bts) { bts, err = msgp.ReadNilBytes(bts) if err != nil { return } z.ActualSize = nil } else { if z.ActualSize == nil { z.ActualSize = new(int64) }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 71.7K bytes - Click Count (0) -
cmd/storage-datatypes_gen.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 151.7K bytes - Click Count (0)