MCPcopy Index your code
hub / github.com/nodejs/node / flow

Function flow

lib/internal/streams/readable.js:1304–1308  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

1302};
1303
1304function flow(stream) {
1305 const state = stream._readableState;
1306 debug('flow');
1307 while ((state[kState] & kFlowing) !== 0 && stream.read() !== null);
1308}
1309
1310// Wrap an old-style stream as the async data source.
1311// This is *not* part of the readable stream interface.

Callers 2

emitReadable_Function · 0.70
resume_Function · 0.70

Calls 2

debugFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…