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

Method stopPing

web/lib/collaboration/socket.ts:308–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 }
307
308 private stopPing(): void {
309 if (this.pingInterval) {
310 clearInterval(this.pingInterval);
311 this.pingInterval = null;
312 }
313 }
314
315 private scheduleReconnect(): void {
316 if (this.reconnectAttempts >= this.maxReconnectAttempts) return;

Callers 2

connectMethod · 0.95
disconnectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected