()
| 17 | let messagesComplete = 0; |
| 18 | |
| 19 | function flushPool() { |
| 20 | Buffer.allocUnsafe(Buffer.poolSize - 1); |
| 21 | globalThis.gc(); |
| 22 | } |
| 23 | |
| 24 | function demoBug(part1, part2) { |
| 25 | flushPool(); |
no outgoing calls
no test coverage detected
searching dependent graphs…