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

Function putCheckedEntry

zapcore/entry.go:48–53  ·  view source on GitHub ↗
(ce *CheckedEntry)

Source from the content-addressed store, hash-verified

46}
47
48func putCheckedEntry(ce *CheckedEntry) {
49 if ce == nil {
50 return
51 }
52 _cePool.Put(ce)
53}
54
55// NewEntryCaller makes an EntryCaller from the return signature of
56// runtime.Caller.

Callers 3

TestPutNilEntryFunction · 0.85
TestCheckedEntryBeforeFunction · 0.85
WriteMethod · 0.85

Calls 1

PutMethod · 0.80

Tested by 2

TestPutNilEntryFunction · 0.68
TestCheckedEntryBeforeFunction · 0.68