Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
116
func
(c *ioCore) clone() *ioCore {
117
return
&ioCore{
118
LevelEnabler: c.LevelEnabler,
119
enc: c.enc.Clone(),
120
out: c.out,
121
}
122
}
Callers
1
With
Method · 0.95
Calls
1
Clone
Method · 0.65
Tested by
no test coverage detected