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

Function requestAborted

lib/test/angular/1.8.0/angular.js:13587–13589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13585 };
13586
13587 var requestAborted = function() {
13588 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');
13589 };
13590
13591 var requestTimeout = function() {
13592 // The response is always empty

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected