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

Function resolvePromiseWithResult

lib/test/angular/1.4.3/angular.js:10385–10387  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

10383 }
10384
10385 function resolvePromiseWithResult(result) {
10386 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText);
10387 }
10388
10389 function removePendingReq() {
10390 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