MCPcopy
hub / github.com/grafana/tempo / putStats

Function putStats

cmd/tempo-cli/cmd-analyse-block.go:1087–1090  ·  view source on GitHub ↗
(s *attrStats)

Source from the content-addressed store, hash-verified

1085}
1086
1087func putStats(s *attrStats) {
1088 *s = attrStats{}
1089 statsPool.Put(s)
1090}
1091
1092func getStats() *attrStats {
1093 return statsPool.Get().(*attrStats)

Callers 2

KeepGroupMethod · 0.85

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected