Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ terminalKey
Function
terminalKey
apps/kimi-web/src/api/daemon/ws.ts:480–482 ·
view source on GitHub ↗
(sessionId: string, terminalId: string)
Source
from the content-addressed store, hash-verified
478
}
479
480
function
terminalKey(sessionId: string, terminalId: string): string {
481
return
`${sessionId}\0${terminalId}`;
482
}
Callers
4
terminalAttach
Method · 0.85
terminalDetach
Method · 0.85
terminalClose
Method · 0.85
handleFrame
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected