Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.65
pasteWithMarker
Function · 0.65
Implementers
1
Editor
packages/pi-tui/src/components/editor.
Calls
no outgoing calls
Tested by
1
pasteWithMarker
Function · 0.52