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

Method getText

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

Get the current text content

()

Source from the content-addressed store, hash-verified

15
16 /** Get the current text content */
17 getText(): string;
18
19 /** Set the text content */
20 setText(text: string): void;

Callers 2

editor.test.tsFile · 0.65
pasteWithMarkerFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

pasteWithMarkerFunction · 0.52