MCPcopy
hub / github.com/rs/zerolog / TestArray_MarshalZerologArray

Function TestArray_MarshalZerologArray

array_test.go:63–66  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

61}
62
63func TestArray_MarshalZerologArray(t *testing.T) {
64 a := Arr()
65 a.MarshalZerologArray(nil) // no-op method, should not panic
66}

Callers

nothing calls this directly

Calls 2

ArrFunction · 0.85
MarshalZerologArrayMethod · 0.65

Tested by

no test coverage detected