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

Function processEndOfBody

github-actions/saucelabs/set-saucelabs-env.js:14603–14610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14601 if (isAuthenticationFetch) {
14602 }
14603 return response;
14604 });
14605 }
14606 function httpNetworkFetch(fetchParams, includeCredentials = false, forceNewConnection = false) {
14607 return __async(this, null, function* () {
14608 assert(!fetchParams.controller.connection || fetchParams.controller.connection.destroyed);
14609 fetchParams.controller.connection = {
14610 abort: null,
14611 destroyed: false,
14612 destroy(err, abort = true) {
14613 var _a2;

Callers 1

httpNetworkFetchFunction · 0.70

Calls 1

isCancelledFunction · 0.70

Tested by

no test coverage detected