Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ customWriteHook
Struct
customWriteHook
logger_test.go:1007–1009 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1005
}
1006
1007
type
customWriteHook
struct
{
1008
called bool
1009
}
1010
1011
func
(h *customWriteHook) OnWrite(_ *zapcore.CheckedEntry, _ []Field) {
1012
h.called = true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected