MCPcopy
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
3634func putEvent(e *event) {
3635 e.attrs = e.attrs[:0]
3636 eventPool.Put(e)
3637}
3638
3639func getEvent() *event {
3640 return eventPool.Get().(*event)

Callers 2

KeepGroupMethod · 0.70
KeepGroupMethod · 0.70

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected