(result)
| 9633 | } |
| 9634 | |
| 9635 | function resolvePromiseWithResult(result) { |
| 9636 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText); |
| 9637 | } |
| 9638 | |
| 9639 | function removePendingReq() { |
| 9640 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected