Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ customHook
Struct
customHook
zapcore/entry_test.go:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
type
customHook
struct
{
144
called bool
145
}
146
147
func
(c *customHook) OnWrite(_ *CheckedEntry, _ []Field) {
148
c.called = true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected