(result)
| 12101 | } |
| 12102 | |
| 12103 | function resolvePromiseWithResult(result) { |
| 12104 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText); |
| 12105 | } |
| 12106 | |
| 12107 | function removePendingReq() { |
| 12108 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected