()
| 374 | }, |
| 375 | |
| 376 | updateIdleStatus(): void { |
| 377 | stopConnecting() |
| 378 | |
| 379 | currentState = 'idle' |
| 380 | currentStateText = 'Ready' |
| 381 | lastToolSummary = null |
| 382 | lastToolTime = 0 |
| 383 | activeSessionUrl = null |
| 384 | regenerateQr(connectUrl) |
| 385 | renderStatusLine() |
| 386 | }, |
| 387 | |
| 388 | setAttached(sessionId: string): void { |
| 389 | stopConnecting() |
nothing calls this directly
no test coverage detected