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

Function handleTimeout

lib/test/angular/1.5.0/angular-mocks.js:1356–1364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1354 }
1355
1356 function handleTimeout() {
1357 for (var i = 0, ii = responses.length; i < ii; i++) {
1358 if (responses[i] === handleResponse) {
1359 responses.splice(i, 1);
1360 callback(-1, undefined, '');
1361 break;
1362 }
1363 }
1364 }
1365 }
1366
1367 if (expectation && expectation.match(method, url)) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected