(result)
| 10891 | } |
| 10892 | |
| 10893 | function resolvePromiseWithResult(result) { |
| 10894 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText); |
| 10895 | } |
| 10896 | |
| 10897 | function removePendingReq() { |
| 10898 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected