(result)
| 10383 | } |
| 10384 | |
| 10385 | function resolvePromiseWithResult(result) { |
| 10386 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText); |
| 10387 | } |
| 10388 | |
| 10389 | function removePendingReq() { |
| 10390 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected