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

Function getSliceEncoder

zapcore/console_encoder.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35})
36
37func getSliceEncoder() *sliceArrayEncoder {
38 return _sliceEncoderPool.Get()
39}
40
41func putSliceEncoder(e *sliceArrayEncoder) {
42 e.elems = e.elems[:0]

Callers 1

EncodeEntryMethod · 0.85

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected