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

Function Stream

static/word2md/mammoth.browser.js:27546–27548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27544// part of this class) is overridden in the Readable class.
27545
27546function Stream() {
27547 EE.call(this);
27548}
27549
27550Stream.prototype.pipe = function(dest, options) {
27551 var source = this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected