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

Function resolvePromiseWithResult

test/angular/1.3/angular.js:9746–9748  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

9744 }
9745
9746 function resolvePromiseWithResult(result) {
9747 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText);
9748 }
9749
9750 function removePendingReq() {
9751 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