MCPcopy
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
405func querierSupportsBatching(features int32) bool {
406 return features&int32(frontendv1pb.Feature_REQUEST_BATCHING) != 0
407}

Callers 1

ProcessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected