()
| 304 | } |
| 305 | |
| 306 | function stopPing(): void { |
| 307 | if (pingTimer) clearInterval(pingTimer) |
| 308 | pingTimer = null |
| 309 | latencyEl.textContent = '--' |
| 310 | } |
| 311 | |
| 312 | // ── UI helpers ──────────────────────────────────────────────────────────────── |
| 313 |
no outgoing calls
no test coverage detected