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

Function resolvePromiseWithResult

lib/test/angular/1.7.0/angular.js:12799–12801  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

12797 }
12798
12799 function resolvePromiseWithResult(result) {
12800 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus);
12801 }
12802
12803 function removePendingReq() {
12804 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