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

Method stopHeartbeat

src/cli/transports/ccrClient.ts:698–703  ·  view source on GitHub ↗

Stop heartbeat timer.

()

Source from the content-addressed store, hash-verified

696
697 /** Stop heartbeat timer. */
698 private stopHeartbeat(): void {
699 if (this.heartbeatTimer) {
700 clearTimeout(this.heartbeatTimer)
701 this.heartbeatTimer = null
702 }
703 }
704
705 /** Send a heartbeat via POST /sessions/{id}/worker/heartbeat. */
706 private async sendHeartbeat(): Promise<void> {

Callers 2

startHeartbeatMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected