Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Put
Method
Put
modules/generator/registry/builder.go:28–31 ·
view source on GitHub ↗
(builder *labels.Builder)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(p *safeBuilderPool) Put(builder *labels.Builder) {
29
builder.Reset(labels.New())
30
p.pool.Put(builder)
31
}
32
33
var
builderPool = newSafeBuilderPool()
34
Callers
3
TestSafeBuilderPool
Function · 0.45
CloseAndBuildLabels
Method · 0.45
returnEdge
Method · 0.45
Calls
1
Reset
Method · 0.65
Tested by
1
TestSafeBuilderPool
Function · 0.36