Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ hooked
Struct
hooked
zapcore/hook.go:25–28 · zapcore/hook.go::hooked
Source
from the content-addressed store, hash-verified
23
import
"
go
.uber.org/multierr"
24
25
type
hooked
struct
{
26
Core
27
funcs []
func
(Entry) error
28
}
29
30
var
(
31
_ Core = (*hooked)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected