()
| 652 | } |
| 653 | |
| 654 | function clearAll() { |
| 655 | clearSearch(); |
| 656 | clearSelection(); |
| 657 | hidePanel(); |
| 658 | if (currentRunIdx >= 0) applyRun(currentRunIdx); |
| 659 | updateStatus(); |
| 660 | } |
| 661 | |
| 662 | // ── Selection + detail panel ────────────────────────────────────── |
| 663 | function clearSelection() { |
no test coverage detected