Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ nextId
Method
nextId
apps/kimi-web/src/api/daemon/ws.ts:475–477 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
473
}
474
475
private nextId(): string {
476
return
`c_${++this.msgSeq}`;
477
}
478
}
479
480
function
terminalKey(sessionId: string, terminalId: string): string {
Callers
9
unsubscribe
Method · 0.95
abort
Method · 0.95
terminalInput
Method · 0.95
terminalResize
Method · 0.95
terminalDetach
Method · 0.95
terminalClose
Method · 0.95
onServerHello
Method · 0.95
sendSubscribe
Method · 0.95
sendTerminalAttach
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected