MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / resolvePromiseWithResult

Function resolvePromiseWithResult

code/songhop/www/lib/angular/angular.js:9635–9637  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

9633 }
9634
9635 function resolvePromiseWithResult(result) {
9636 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText);
9637 }
9638
9639 function removePendingReq() {
9640 var idx = $http.pendingRequests.indexOf(config);

Callers

nothing calls this directly

Calls 2

resolvePromiseFunction · 0.70
shallowCopyFunction · 0.70

Tested by

no test coverage detected