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

Method Len

pkg/traceql/series_heap.go:85–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83type reverseSeriesHeap []seriesValue
84
85func (h reverseSeriesHeap) Len() int { return len(h) }
86
87func (h reverseSeriesHeap) Less(i, j int) bool {
88 return dataPointGreaterThan(h[i], h[j])

Callers 1

processBottomKFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected