MCPcopy
hub / github.com/uber-go/zap / Check

Method Check

zapcore/entry_test.go:222–222  ·  view source on GitHub ↗
(ent Entry, ce *CheckedEntry)

Source from the content-addressed store, hash-verified

220func (c *recordingCore) Enabled(Level) bool { return true }
221func (c *recordingCore) With([]Field) Core { return c }
222func (c *recordingCore) Check(ent Entry, ce *CheckedEntry) *CheckedEntry { return ce.AddCore(ent, c) }
223func (c *recordingCore) Sync() error { return nil }
224func (c *recordingCore) Write(ent Entry, fields []Field) error {
225 c.entry = ent

Callers

nothing calls this directly

Calls 1

AddCoreMethod · 0.80

Tested by

no test coverage detected