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