()
| 409 | } |
| 410 | |
| 411 | function stopAll() { |
| 412 | const ids = [...stalked.keys()]; |
| 413 | ids.forEach((tid) => stopStalk(tid, "manual stopAll()")); |
| 414 | try { Stalker.flush(); } catch (e) {} |
| 415 | console.log(`${C.dim}[*] stopped ${ids.length} thread(s)${C.reset}`); |
| 416 | } |
| 417 | |
| 418 | function clear() { console.log("\x1b[3J\x1b[H\x1b[2J"); } |
| 419 |
nothing calls this directly
no test coverage detected