Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ putLink
Function
putLink
tempodb/encoding/vparquet5/block_traceql.go:3831–3834 ·
view source on GitHub ↗
(l *link)
Source
from the content-addressed store, hash-verified
3829
}
3830
3831
func
putLink(l *link) {
3832
l.attrs = l.attrs[:0]
3833
linkPool.Put(l)
3834
}
3835
3836
func
getLink() *link {
3837
return
linkPool.Get().(*link)
Callers
4
KeepGroup
Method · 0.70
KeepGroup
Method · 0.70
Collect
Method · 0.70
TestLinkPoolRelease
Function · 0.70
Calls
1
Put
Method · 0.45
Tested by
1
TestLinkPoolRelease
Function · 0.56