- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ReadBoolBytes (0.06 sec)
-
cmd/storage-datatypes_gen.go
} } case "r": z.Recursive, bts, err = msgp.ReadBoolBytes(bts) if err != nil { err = msgp.WrapError(err, "Recursive") return } case "i": z.Immediate, bts, err = msgp.ReadBoolBytes(bts) if err != nil { err = msgp.WrapError(err, "Immediate") return } case "u": z.UndoWrite, bts, err = msgp.ReadBoolBytes(bts) if err != nil {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 151.7K bytes - Viewed (0)