- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for AppendNil (0.04 sec)
-
cmd/xl-storage-format-v2_gen.go
o = append(o, 0x80|uint8(zb0001Len)) if (zb0001Mask & 0x1) == 0 { // if not omitted // string "V2Obj" o = append(o, 0xa5, 0x56, 0x32, 0x4f, 0x62, 0x6a) if z.ObjectV2 == nil { o = msgp.AppendNil(o) } else { // map header, size 1 // string "DDir" o = append(o, 0x81, 0xa4, 0x44, 0x44, 0x69, 0x72) o = msgp.AppendBytes(o, (z.ObjectV2.DataDir)[:]) } } return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 56K bytes - Viewed (0) -
cmd/local-locker_gen.go
o = msgp.AppendInt(o, z.LocksAbandoned) // string "LastCleanup" o = append(o, 0xab, 0x4c, 0x61, 0x73, 0x74, 0x43, 0x6c, 0x65, 0x61, 0x6e, 0x75, 0x70) if z.LastCleanup == nil { o = msgp.AppendNil(o) } else { o = msgp.AppendTime(o, *z.LastCleanup) } return } // UnmarshalMsg implements msgp.Unmarshaler func (z *lockStats) UnmarshalMsg(bts []byte) (o []byte, err error) { var field []byte
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jan 31 19:54:34 UTC 2025 - 16.7K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
return } if z.Data == nil { // allownil: if nil o = msgp.AppendNil(o) } else { o = msgp.AppendBytes(o, z.Data) } o = msgp.AppendInt(o, z.NumVersions) o = msgp.AppendTime(o, z.SuccessorModTime) o = msgp.AppendBool(o, z.Fresh) o = msgp.AppendInt(o, z.Idx) if z.Checksum == nil { // allownil: if nil o = msgp.AppendNil(o) } else { o = msgp.AppendBytes(o, z.Checksum) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 152K bytes - Viewed (0) -
cmd/object-api-datatypes_gen.go
o = msgp.AppendInt64(o, z.Size) // string "ActualSize" o = append(o, 0xaa, 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x53, 0x69, 0x7a, 0x65) if z.ActualSize == nil { o = msgp.AppendNil(o) } else { o = msgp.AppendInt64(o, *z.ActualSize) } // string "IsDir" o = append(o, 0xa5, 0x49, 0x73, 0x44, 0x69, 0x72) o = msgp.AppendBool(o, z.IsDir) // string "ETag"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Jan 20 14:49:07 UTC 2025 - 71.9K bytes - Viewed (0) -
cmd/data-usage-cache_gen.go
o = msgp.AppendUint64(o, z.ObjVersions[za0002]) } if (zb0001Mask & 0x80) == 0 { // if not omitted // string "ats" o = append(o, 0xa3, 0x61, 0x74, 0x73) if z.AllTierStats == nil { o = msgp.AppendNil(o) } else { // map header, size 1 // string "ts" o = append(o, 0x81, 0xa2, 0x74, 0x73) o = msgp.AppendMapHeader(o, uint32(len(z.AllTierStats.Tiers)))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Dec 15 22:50:12 UTC 2024 - 86.4K bytes - Viewed (0)