(r *httpgrpc.HTTPResponse)
| 399 | } |
| 400 | |
| 401 | func ShouldTrackHTTPGRPCResponse(r *httpgrpc.HTTPResponse) bool { |
| 402 | // Do no track statistics for requests failed because of a server error. |
| 403 | return r.Code < 500 |
| 404 | } |
no outgoing calls
no test coverage detected