(result)
| 13366 | } |
| 13367 | |
| 13368 | function resolvePromiseWithResult(result) { |
| 13369 | resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus); |
| 13370 | } |
| 13371 | |
| 13372 | function removePendingReq() { |
| 13373 | var idx = $http.pendingRequests.indexOf(config); |
nothing calls this directly
no test coverage detected