MCPcopy 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
480function terminalKey(sessionId: string, terminalId: string): string {
481 return `${sessionId}\0${terminalId}`;
482}

Callers 4

terminalAttachMethod · 0.85
terminalDetachMethod · 0.85
terminalCloseMethod · 0.85
handleFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected