| 216 | } |
| 217 | |
| 218 | type testPipelineResponse struct { |
| 219 | r *http.Response |
| 220 | responseData any |
| 221 | } |
| 222 | |
| 223 | func newTestResponse(t *testing.T) *testPipelineResponse { |
| 224 | serviceStats := &tempopb.ServiceStats{ |
nothing calls this directly
no outgoing calls
no test coverage detected