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

Function handleResponse

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

Source from the content-addressed store, hash-verified

1347 return handleResponse;
1348
1349 function handleResponse() {
1350 var response = wrapped.response(method, url, data, headers, wrapped.params(url));
1351 xhr.$$respHeaders = response[2];
1352 callback(copy(response[0]), copy(response[1]), xhr.getAllResponseHeaders(),
1353 copy(response[3] || ''));
1354 }
1355
1356 function handleTimeout() {
1357 for (var i = 0, ii = responses.length; i < ii; i++) {

Callers

nothing calls this directly

Calls 2

callbackFunction · 0.70
copyFunction · 0.70

Tested by

no test coverage detected