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

Method Collect

pkg/parquetquery/iters_test.go:640–642  ·  view source on GitHub ↗
(r *IteratorResult, param any)

Source from the content-addressed store, hash-verified

638}
639
640func (c *testCollector) Collect(r *IteratorResult, param any) {
641 c.collect(r, param)
642}
643
644func (c *testCollector) Result() *IteratorResult {
645 return c.result()

Callers

nothing calls this directly

Calls 1

collectMethod · 0.45

Tested by

no test coverage detected