()
| 14 | let fileCounter = 0; |
| 15 | |
| 16 | function getTempFile() { |
| 17 | return join(tmpdir.path, `fastutf8stream-${process.pid}-${Date.now()}-${fileCounter++}.log`); |
| 18 | } |
| 19 | |
| 20 | const MAX_WRITE = 16 * 1024; |
| 21 |
no test coverage detected
searching dependent graphs…