Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
func
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
TestPutNilEntry
Function · 0.85
TestCheckedEntryBefore
Function · 0.85
Write
Method · 0.85
Calls
1
Put
Method · 0.80
Tested by
2
TestPutNilEntry
Function · 0.68
TestCheckedEntryBefore
Function · 0.68