(result)
| 12639 | } |
| 12640 | |
| 12641 | function resolvePromiseWithResult(result) { |
| 12642 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); |
| 12643 | } |
| 12644 | |
| 12645 | function removePendingReq() { |
| 12646 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected