MCPcopy Create free account
hub / github.com/TruthHun/BookStack / flow

Function flow

static/word2md/mammoth.browser.js:24888–24892  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

24886};
24887
24888function flow(stream) {
24889 var state = stream._readableState;
24890 debug('flow', state.flowing);
24891 while (state.flowing && stream.read() !== null) {}
24892}
24893
24894// wrap an old-style stream as the async data source.
24895// This is *not* part of the readable stream interface.

Callers 3

emitReadable_Function · 0.70
pipeOnDrainFunction · 0.70
resume_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected