MCPcopy Create free account
hub / github.com/angular/dev-infra / processBodyChunk

Function processBodyChunk

github-actions/saucelabs/set-saucelabs-env.js:14593–14602  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

14591 if (isCancelled(fetchParams)) {
14592 return makeAppropriateNetworkError(fetchParams);
14593 }
14594 fetchParams.controller.connection.destroy();
14595 response = yield httpNetworkOrCacheFetch(
14596 fetchParams,
14597 isAuthenticationFetch,
14598 true
14599 );
14600 }
14601 if (isAuthenticationFetch) {
14602 }
14603 return response;
14604 });
14605 }

Callers 2

httpNetworkFetchFunction · 0.70
httpNetworkFetchFunction · 0.50

Calls 2

__asyncGeneratorFunction · 0.70
isCancelledFunction · 0.70

Tested by

no test coverage detected