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

Method write

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

Source from the content-addressed store, hash-verified

25 writes: string[] = [];
26
27 override write(data: string): void {
28 this.writes.push(data);
29 super.write(data);
30 }
31}
32
33describe("TUI shrinking content", () => {

Callers

nothing calls this directly

Calls 2

writeMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected