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

Method clone

zapcore/core.go:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (c *ioCore) clone() *ioCore {
117 return &ioCore{
118 LevelEnabler: c.LevelEnabler,
119 enc: c.enc.Clone(),
120 out: c.out,
121 }
122}

Callers 1

WithMethod · 0.95

Calls 1

CloneMethod · 0.65

Tested by

no test coverage detected