Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ putEvent
Function
putEvent
tempodb/encoding/vparquet4/block_traceql.go:3634–3637 ·
view source on GitHub ↗
(e *event)
Source
from the content-addressed store, hash-verified
3632
}
3633
3634
func
putEvent(e *event) {
3635
e.attrs = e.attrs[:0]
3636
eventPool.Put(e)
3637
}
3638
3639
func
getEvent() *event {
3640
return
eventPool.Get().(*event)
Callers
2
KeepGroup
Method · 0.70
KeepGroup
Method · 0.70
Calls
1
Put
Method · 0.45
Tested by
no test coverage detected