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

Function isCancelled

github-actions/browserstack/set-browserstack-env.js:4619–4621  ·  view source on GitHub ↗
(fetchParams)

Source from the content-addressed store, hash-verified

4617 const promise = new Promise((resolve2, reject) => {
4618 res = resolve2;
4619 rej = reject;
4620 });
4621 return { promise, resolve: res, reject: rej };
4622 }
4623 function isAborted(fetchParams) {
4624 return fetchParams.controller.state === "aborted";

Callers 7

schemeFetchFunction · 0.70
httpNetworkOrCacheFetchFunction · 0.70
processBodyChunkFunction · 0.70
processEndOfBodyFunction · 0.70
processBodyErrorFunction · 0.70
cancelAlgorithmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected