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

Function requestAborted

lib/test/angular/1.7.0/angular.js:12953–12955  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12951 };
12952
12953 var requestAborted = function() {
12954 completeRequest(callback, -1, null, null, '', abortedByTimeout ? 'timeout' : 'abort');
12955 };
12956
12957 var requestTimeout = function() {
12958 // The response is always empty

Callers

nothing calls this directly

Calls 1

completeRequestFunction · 0.70

Tested by

no test coverage detected