MCPcopy Index your code
hub / github.com/angular-ui/ui-router / handleTimeout

Function handleTimeout

test/angular/1.5/angular-mocks.js:1373–1381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1371 }
1372
1373 function handleTimeout() {
1374 for (var i = 0, ii = responses.length; i < ii; i++) {
1375 if (responses[i] === handleResponse) {
1376 responses.splice(i, 1);
1377 callback(-1, undefined, '');
1378 break;
1379 }
1380 }
1381 }
1382 }
1383
1384 if (expectation && expectation.match(method, url)) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected