MCPcopy Index your code
hub / github.com/codeaashu/claude-code / stopPing

Function stopPing

src/server/web/terminal.ts:306–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

onDisconnectFunction · 0.70
startPingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected