Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ onPong
Method
onPong
packages/server/src/ws/connection.ts:669–674 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
667
}
668
669
private onPong(): void {
670
if
(this.pongTimer) {
671
clearTimeout(this.pongTimer);
672
this.pongTimer = undefined;
673
}
674
}
675
676
private onClose(code: number, reason: string): void {
677
if
(this.closed)
return
;
Callers
1
onMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected