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

Function handleResponse

lib/test/angular/1.4.3/angular-mocks.js:1157–1162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1155 return handleResponse;
1156
1157 function handleResponse() {
1158 var response = wrapped.response(method, url, data, headers);
1159 xhr.$$respHeaders = response[2];
1160 callback(copy(response[0]), copy(response[1]), xhr.getAllResponseHeaders(),
1161 copy(response[3] || ''));
1162 }
1163
1164 function handleTimeout() {
1165 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