MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / close

Method close

packages/server/src/ws/connection.ts:94–94  ·  view source on GitHub ↗
(sessionId: string, terminalId: string)

Source from the content-addressed store, hash-verified

92 write(sessionId: string, terminalId: string, data: string): Promise<void>;
93 resize(sessionId: string, terminalId: string, cols: number, rows: number): Promise<void>;
94 close(sessionId: string, terminalId: string): Promise<{ closed: true }>;
95}
96
97export interface WsConnectionOptions {

Callers 3

registerTerminalsRoutesFunction · 0.65
onTerminalCloseMethod · 0.65
closeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected