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

Function resolvePromiseWithResult

lib/test/angular/1.6.7/angular.js:12641–12643  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

12639 }
12640
12641 function resolvePromiseWithResult(result) {
12642 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus);
12643 }
12644
12645 function removePendingReq() {
12646 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