Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ querierSupportsBatching
Function
querierSupportsBatching
modules/frontend/v1/frontend.go:405–407 ·
view source on GitHub ↗
(features int32)
Source
from the content-addressed store, hash-verified
403
}
404
405
func
querierSupportsBatching(features int32) bool {
406
return
features&int32(frontendv1pb.Feature_REQUEST_BATCHING) != 0
407
}
Callers
1
Process
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected