(result)
| 9744 | } |
| 9745 | |
| 9746 | function resolvePromiseWithResult(result) { |
| 9747 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText); |
| 9748 | } |
| 9749 | |
| 9750 | function removePendingReq() { |
| 9751 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected