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

Function pipeline

github-actions/browserstack/set-browserstack-env.js:10608–10616  ·  view source on GitHub ↗
(opts, handler)

Source from the content-addressed store, hash-verified

10606 statusCode,
10607 headers,
10608 opaque,
10609 body: this.res,
10610 context
10611 });
10612 } catch (err) {
10613 this.res.on("error", util.nop);
10614 throw err;
10615 }
10616 if (!body || typeof body.on !== "function") {
10617 throw new InvalidReturnValueError("expected Readable");
10618 }
10619 body.on("data", (chunk) => {

Callers 3

writeStreamFunction · 0.70
onHeadersFunction · 0.70
""Function · 0.70

Calls 4

__spreadPropsFunction · 0.70
__spreadValuesFunction · 0.70
dispatchMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected