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