Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
func
getSliceEncoder() *sliceArrayEncoder {
38
return
_sliceEncoderPool.Get()
39
}
40
41
func
putSliceEncoder(e *sliceArrayEncoder) {
42
e.elems = e.elems[:0]
Callers
1
EncodeEntry
Method · 0.85
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected