Method
Check
(ent Entry, ce *CheckedEntry)
Source from the content-addressed store, hash-verified
| 220 | func (c *recordingCore) Enabled(Level) bool { return true } |
| 221 | func (c *recordingCore) With([]Field) Core { return c } |
| 222 | func (c *recordingCore) Check(ent Entry, ce *CheckedEntry) *CheckedEntry { return ce.AddCore(ent, c) } |
| 223 | func (c *recordingCore) Sync() error { return nil } |
| 224 | func (c *recordingCore) Write(ent Entry, fields []Field) error { |
| 225 | c.entry = ent |
Callers
nothing calls this directly
Tested by
no test coverage detected