MCPcopy Index your code
hub / github.com/angular-ui/ui-router / resolvePromiseWithResult

Function resolvePromiseWithResult

test/angular/1.5/angular.js:12103–12105  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 2

resolvePromiseFunction · 0.70
shallowCopyFunction · 0.70

Tested by

no test coverage detected