MCPcopy
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
3724func putLink(l *link) {
3725 l.attrs = l.attrs[:0]
3726 linkPool.Put(l)
3727}
3728
3729func getLink() *link {
3730 return linkPool.Get().(*link)

Callers 2

KeepGroupMethod · 0.70
KeepGroupMethod · 0.70

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected