()
| 83 | return r; |
| 84 | } |
| 85 | function largeFile () { |
| 86 | return fs.createReadStream(path.join(__dirname, './input.js')); |
| 87 | } |
| 88 | function withFS () { |
| 89 | return through(function (chunk, enc, next) { |
| 90 | next(null, chunk); |
no outgoing calls
no test coverage detected
searching dependent graphs…