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

Method stopPingInterval

src/remote/SessionsWebSocket.ts:318–323  ·  view source on GitHub ↗

* Stop ping interval

()

Source from the content-addressed store, hash-verified

316 * Stop ping interval
317 */
318 private stopPingInterval(): void {
319 if (this.pingInterval) {
320 clearInterval(this.pingInterval)
321 this.pingInterval = null
322 }
323 }
324
325 /**
326 * Send a control response back to the session

Callers 3

handleCloseMethod · 0.95
startPingIntervalMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected