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

Function handleTimeout

test/angular/1.2/angular-mocks.js:1136–1144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1134 }
1135
1136 function handleTimeout() {
1137 for (var i = 0, ii = responses.length; i < ii; i++) {
1138 if (responses[i] === handleResponse) {
1139 responses.splice(i, 1);
1140 callback(-1, undefined, '');
1141 break;
1142 }
1143 }
1144 }
1145 }
1146
1147 if (expectation && expectation.match(method, url)) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected