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

Function isReadable

github-actions/saucelabs/set-saucelabs-env.js:1458–1460  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

1456 return !!(body && stream.isErrored(body));
1457 }
1458 function isReadable(body) {
1459 return !!(body && stream.isReadable(body));
1460 }
1461 function getSocketInfo(socket) {
1462 return {
1463 localAddress: socket.localAddress,

Callers 2

abortFetchFunction · 0.70
onAbortedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected