MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / pipeOnReadable

Function pipeOnReadable

MathBox/mathbox-core.js:3564–3569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3562}
3563
3564function pipeOnReadable() {
3565 if (this._readableState.ranOut) {
3566 this._readableState.ranOut = false;
3567 flow(this);
3568 }
3569}
3570
3571
3572Readable.prototype.unpipe = function(dest) {

Callers

nothing calls this directly

Calls 1

flowFunction · 0.70

Tested by

no test coverage detected