Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ httpGrpcRequests
Method
httpGrpcRequests
modules/frontend/v1/request_batch.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(b *requestBatch) httpGrpcRequests() []*httpgrpc.HTTPRequest {
55
return
b.wireRequests
56
}
57
58
func
(b *requestBatch) len() int {
59
return
len(b.pipelineRequests)
Callers
2
Process
Method · 0.95
TestRequestBatchBasics
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestRequestBatchBasics
Function · 0.76