MCPcopy
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
143type customHook struct {
144 called bool
145}
146
147func (c *customHook) OnWrite(_ *CheckedEntry, _ []Field) {
148 c.called = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected