MCPcopy
hub / github.com/angular-ui/ui-router / resolvePromiseWithResult

Function resolvePromiseWithResult

test/angular/1.4/angular.js:10893–10895  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

10891 }
10892
10893 function resolvePromiseWithResult(result) {
10894 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText);
10895 }
10896
10897 function removePendingReq() {
10898 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