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

Function isErrored

github-actions/browserstack/set-browserstack-env.js:1455–1457  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

1453 return !!(body && (stream.isDisturbed(body) || body[kBodyUsed]));
1454 }
1455 function isErrored(body) {
1456 return !!(body && stream.isErrored(body));
1457 }
1458 function isReadable(body) {
1459 return !!(body && stream.isReadable(body));
1460 }

Callers 3

""Function · 0.70
pullFunction · 0.70
httpNetworkFetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected