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

Function putSliceEncoder

zapcore/console_encoder.go:41–44  ·  view source on GitHub ↗
(e *sliceArrayEncoder)

Source from the content-addressed store, hash-verified

39}
40
41func putSliceEncoder(e *sliceArrayEncoder) {
42 e.elems = e.elems[:0]
43 _sliceEncoderPool.Put(e)
44}
45
46type consoleEncoder struct {
47 *jsonEncoder

Callers 1

EncodeEntryMethod · 0.85

Calls 1

PutMethod · 0.80

Tested by

no test coverage detected