MCPcopy
hub / github.com/uber-go/zap / MarshalLogArray

Method MarshalLogArray

array.go:280–285  ·  view source on GitHub ↗
(arr zapcore.ArrayEncoder)

Source from the content-addressed store, hash-verified

278type byteStringsArray [][]byte
279
280func (bss byteStringsArray) MarshalLogArray(arr zapcore.ArrayEncoder) error {
281 for i := range bss {
282 arr.AppendByteString(bss[i])
283 }
284 return nil
285}
286
287type complex128s []complex128
288

Callers

nothing calls this directly

Calls 1

AppendByteStringMethod · 0.65

Tested by

no test coverage detected