- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestMarshalUnmarshalBaseOptions (0.08 sec)
-
cmd/storage-datatypes_gen_test.go
// Code generated by github.com/tinylib/msgp DO NOT EDIT. package cmd import ( "bytes" "testing" "github.com/tinylib/msgp/msgp" ) func TestMarshalUnmarshalBaseOptions(t *testing.T) { v := BaseOptions{} bts, err := v.MarshalMsg(nil) if err != nil { t.Fatal(err) } left, err := v.UnmarshalMsg(bts) if err != nil { t.Fatal(err) } if len(left) > 0 {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 73.9K bytes - Viewed (0)