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

Function emitReadable_

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

Source from the content-addressed store, hash-verified

24582}
24583
24584function emitReadable_(stream) {
24585 debug('emit readable');
24586 stream.emit('readable');
24587 flow(stream);
24588}
24589
24590// at this point, the user has presumably seen the 'readable' event,
24591// and called read() to consume some data. that may have triggered

Callers 1

emitReadableFunction · 0.70

Calls 1

flowFunction · 0.70

Tested by

no test coverage detected