MCPcopy
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
328func (cfg Config) buildEncoder() (zapcore.Encoder, error) {
329 return newEncoder(cfg.Encoding, cfg.EncoderConfig)
330}

Callers 1

BuildMethod · 0.95

Calls 1

newEncoderFunction · 0.85

Tested by

no test coverage detected