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

Function throwIfAborted

github-actions/browserstack/set-browserstack-env.js:5786–5790  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

5784 function cloneBody(instance, body) {
5785 const [out1, out2] = body.stream.tee();
5786 body.stream = out1;
5787 return {
5788 stream: out2,
5789 length: body.length,
5790 source: body.source
5791 };
5792 }
5793 function throwIfAborted(state) {

Callers 1

consumeBodyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected