Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ Level
Method
Level
zapcore/sampler.go:199–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
func
(s *sampler) Level() Level {
200
return
LevelOf(s.Core)
201
}
202
203
func
(s *sampler) With(fields []Field) Core {
204
return
&sampler{
Callers
nothing calls this directly
Calls
1
LevelOf
Function · 0.85
Tested by
no test coverage detected