Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ getCheckedEntry
Function
getCheckedEntry
zapcore/entry.go:42–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
})
41
42
func
getCheckedEntry() *CheckedEntry {
43
ce := _cePool.Get()
44
ce.reset()
45
return
ce
46
}
47
48
func
putCheckedEntry(ce *CheckedEntry) {
49
if
ce == nil {
Callers
5
TestPutNilEntry
Function · 0.85
TestCheckedEntryBefore
Function · 0.85
AddCore
Method · 0.85
Before
Method · 0.85
After
Method · 0.85
Calls
2
reset
Method · 0.80
Get
Method · 0.45
Tested by
2
TestPutNilEntry
Function · 0.68
TestCheckedEntryBefore
Function · 0.68