- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestMarshalUnmarshalInQueueMetric (0.23 sec)
-
cmd/bucket-replication-metrics_gen_test.go
dc := msgp.NewReader(rd) b.ReportAllocs() b.ResetTimer() for i := 0; i < b.N; i++ { err := v.DecodeMsg(dc) if err != nil { b.Fatal(err) } } } func TestMarshalUnmarshalInQueueMetric(t *testing.T) { v := InQueueMetric{} bts, err := v.MarshalMsg(nil) if err != nil { t.Fatal(err) } left, err := v.UnmarshalMsg(bts) if err != nil { t.Fatal(err) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 17.4K bytes - Viewed (0)