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

Method setText

packages/pi-tui/src/editor-component.ts:20–20  ·  view source on GitHub ↗

Set the text content

(text: string)

Source from the content-addressed store, hash-verified

18
19 /** Set the text content */
20 setText(text: string): void;
21
22 /** Handle raw terminal input (key presses, paste sequences, etc.) */
23 handleInput(data: string): void;

Callers 2

editor.test.tsFile · 0.65
updateDisplayMethod · 0.65

Implementers 1

Editorpackages/pi-tui/src/components/editor.

Calls

no outgoing calls

Tested by

no test coverage detected