(result)
| 11285 | } |
| 11286 | |
| 11287 | function resolvePromiseWithResult(result) { |
| 11288 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText); |
| 11289 | } |
| 11290 | |
| 11291 | function removePendingReq() { |
| 11292 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected