MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / resolvePromiseWithResult

Function resolvePromiseWithResult

lib/test/angular/1.5.0/angular.js:11287–11289  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

11285 }
11286
11287 function resolvePromiseWithResult(result) {
11288 resolvePromise(result.data, result.status, shallowCopy(result.headers()), result.statusText);
11289 }
11290
11291 function removePendingReq() {
11292 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