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

Method write

packages/pi-tui/test/virtual-terminal.ts:50–52  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

48 }
49
50 write(data: string): void {
51 this.xterm.write(data);
52 }
53
54 get columns(): number {
55 return this._columns;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected