MCPcopy Create free account
hub / github.com/pillarjs/multiparty / isReadableStreamFlowing

Function isReadableStreamFlowing

test/test.js:1651–1653  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

1649}
1650
1651function isReadableStreamFlowing (stream) {
1652 return Boolean(stream._readableState.flowing)
1653}
1654
1655function uploadFixture(server, path, cb) {
1656 server.once('request', function(req, res) {

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…