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

Method write

packages/pi-tui/test/tui-render.test.ts:27–30  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

25 private writes: string[] = [];
26
27 override write(data: string): void {
28 this.writes.push(data);
29 super.write(data);
30 }
31
32 getWrites(): string {
33 return this.writes.join("");

Callers

nothing calls this directly

Calls 2

writeMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected