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

Function isDisturbed

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

Source from the content-addressed store, hash-verified

1450 }
1451 }
1452 function isDisturbed(body) {
1453 return !!(body && (stream.isDisturbed(body) || body[kBodyUsed]));
1454 }
1455 function isErrored(body) {
1456 return !!(body && stream.isErrored(body));
1457 }

Callers 4

""Function · 0.70
onErrorMethod · 0.70
onRetryMethod · 0.70
putMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected