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

Method len

modules/frontend/v1/request_batch.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (b *requestBatch) len() int {
59 return len(b.pipelineRequests)
60}
61
62func (b *requestBatch) contextError() error {
63 multiErr := multierror.New()

Callers 2

ProcessMethod · 0.95
TestRequestBatchBasicsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestRequestBatchBasicsFunction · 0.76