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

Function resolvePromiseWithResult

lib/test/angular/1.8.0/angular.js:13433–13435  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

13431 }
13432
13433 function resolvePromiseWithResult(result) {
13434 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText, result.xhrStatus);
13435 }
13436
13437 function removePendingReq() {
13438 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