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

Function completeRequest

lib/test/angular/1.6.7/angular.js:12856–12864  ·  view source on GitHub ↗
(callback, status, response, headersString, statusText, xhrStatus)

Source from the content-addressed store, hash-verified

12854 }
12855
12856 function completeRequest(callback, status, response, headersString, statusText, xhrStatus) {
12857 // cancel timeout and subsequent timeout promise resolution
12858 if (isDefined(timeoutId)) {
12859 $browserDefer.cancel(timeoutId);
12860 }
12861 jsonpDone = xhr = null;
12862
12863 callback(status, response, headersString, statusText, xhrStatus);
12864 }
12865 };
12866
12867 function jsonpReq(url, callbackPath, done) {

Callers 4

createHttpBackendFunction · 0.70
requestErrorFunction · 0.70
requestAbortedFunction · 0.70
requestTimeoutFunction · 0.70

Calls 2

isDefinedFunction · 0.70
callbackFunction · 0.70

Tested by

no test coverage detected