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

Method write

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

Source from the content-addressed store, hash-verified

90 detach(sessionId: string, terminalId: string, sinkId: string): void;
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}

Callers 10

writeLineFunction · 0.65
11-terminal.tsFile · 0.65
writeLogLineFunction · 0.65
onTestRunEndMethod · 0.65
mainFunction · 0.65
captureLinesFunction · 0.65
run-scenarios.tsFile · 0.65
startServerFunction · 0.65
onUpgradeMethod · 0.65
onTerminalInputMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected