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

Function newTestIterator

tempodb/encoding/vparquet4/create_test.go:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144var _ common.Iterator = (*testIterator)(nil)
145
146func newTestIterator() *testIterator {
147 return &testIterator{}
148}
149
150func (i *testIterator) Add(tr *tempopb.Trace, _, _ uint32) {
151 i.traces = append(i.traces, tr)

Calls

no outgoing calls

Tested by

no test coverage detected