Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ buildEncoder
Method
buildEncoder
config.go:328–330 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
326
}
327
328
func
(cfg Config) buildEncoder() (zapcore.Encoder, error) {
329
return
newEncoder(cfg.Encoding, cfg.EncoderConfig)
330
}
Callers
1
Build
Method · 0.95
Calls
1
newEncoder
Function · 0.85
Tested by
no test coverage detected