(result)
| 13431 | } |
| 13432 | |
| 13433 | function resolvePromiseWithResult(result) { |
| 13434 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); |
| 13435 | } |
| 13436 | |
| 13437 | function removePendingReq() { |
| 13438 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected