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

Method Next

modules/livestore/partition_reader.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26type recordIter interface {
27 Next() *kgo.Record
28 Done() bool
29}
30

Callers 3

consumeMethod · 0.65
TestPartitionReaderLagFunction · 0.65

Implementers 1

testRecordItermodules/livestore/live_store_test.go

Calls

no outgoing calls

Tested by 2

TestPartitionReaderLagFunction · 0.52