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

Function TestSearchCombinesResultsJSON

modules/frontend/combiner/search_test.go:188–190  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

186}
187
188func TestSearchCombinesResultsJSON(t *testing.T) {
189 testSearchCombinesResults(t, api.MarshallingFormatJSON)
190}
191
192func TestSearchCombinesResultsProtobuf(t *testing.T) {
193 testSearchCombinesResults(t, api.MarshallingFormatProtobuf)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected