()
| 28 | let pendingOverflow: string[] | null = null |
| 29 | |
| 30 | function clearTimer(): void { |
| 31 | if (flushTimer) { |
| 32 | clearTimeout(flushTimer) |
| 33 | flushTimer = null |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | function flush(): void { |
| 38 | if (pendingOverflow) { |
no outgoing calls
no test coverage detected