(options)
| 4488 | var Parser = require("./WritableStream.js"); |
| 4489 | |
| 4490 | function Stream(options){ |
| 4491 | Parser.call(this, new Cbs(this), options); |
| 4492 | } |
| 4493 | |
| 4494 | require("inherits")(Stream, Parser); |
| 4495 |
nothing calls this directly
no test coverage detected
searching dependent graphs…