()
| 390 | return t6; |
| 391 | } |
| 392 | function _temp3() { |
| 393 | const timeout = setTimeout(_temp2, 100); |
| 394 | return () => clearTimeout(timeout); |
| 395 | } |
| 396 | function _temp2() { |
| 397 | process.exit(0); |
| 398 | } |
nothing calls this directly
no outgoing calls
no test coverage detected