MCPcopy
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
3831func putLink(l *link) {
3832 l.attrs = l.attrs[:0]
3833 linkPool.Put(l)
3834}
3835
3836func getLink() *link {
3837 return linkPool.Get().(*link)

Callers 4

KeepGroupMethod · 0.70
KeepGroupMethod · 0.70
CollectMethod · 0.70
TestLinkPoolReleaseFunction · 0.70

Calls 1

PutMethod · 0.45

Tested by 1

TestLinkPoolReleaseFunction · 0.56