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

Method resize

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

Source from the content-addressed store, hash-verified

91 cleanupConnection(sinkId: string): void;
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

Callers 4

resizeMethod · 0.65
tui-render.test.tsFile · 0.65
startServerFunction · 0.65
onTerminalResizeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected