Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ Put
Method
Put
internal/pool/pool.go:56–58 ·
view source on GitHub ↗
Put returns x into the pool.
(x T)
Source
from the content-addressed store, hash-verified
54
55
// Put returns x into the pool.
56
func
(p *Pool[T]) Put(x T) {
57
p.pool.Put(x)
58
}
Callers
9
MarshalLogArray
Method · 0.80
putJSONEncoder
Function · 0.80
putSliceEncoder
Function · 0.80
putCheckedEntry
Function · 0.80
Free
Method · 0.80
TestNew
Function · 0.80
TestNew_Race
Function · 0.80
Free
Method · 0.80
put
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestNew
Function · 0.64
TestNew_Race
Function · 0.64