Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ putLink
Function
putLink
tempodb/encoding/vparquet4/block_traceql.go:3724–3727 ·
view source on GitHub ↗
(l *link)
Source
from the content-addressed store, hash-verified
3722
}
3723
3724
func
putLink(l *link) {
3725
l.attrs = l.attrs[:0]
3726
linkPool.Put(l)
3727
}
3728
3729
func
getLink() *link {
3730
return
linkPool.Get().(*link)
Callers
2
KeepGroup
Method · 0.70
KeepGroup
Method · 0.70
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected