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

Function newTestIterator

tempodb/encoding/vparquet5/create_test.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55var _ common.Iterator = (*testIterator)(nil)
56
57func newTestIterator() *testIterator {
58 return &testIterator{}
59}
60
61func (i *testIterator) Add(tr *tempopb.Trace, _, _ uint32) {
62 i.traces = append(i.traces, tr)

Callers 2

validBlockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected