(result)
| 12795 | } |
| 12796 | |
| 12797 | function resolvePromiseWithResult(result) { |
| 12798 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); |
| 12799 | } |
| 12800 | |
| 12801 | function removePendingReq() { |
| 12802 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected