()
| 372 | // https://github.com/hapijs/shot/blob/master/test/index.js#L836 |
| 373 | function getStream () { |
| 374 | const Read = function () { |
| 375 | Stream.Readable.call(this) |
| 376 | } |
| 377 | util.inherits(Read, Stream.Readable) |
| 378 | const word = '{"hello":"world"}' |
| 379 | let i = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected