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

Method getText

packages/pi-tui/src/components/editor.ts:1077–1079  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1075 }
1076
1077 getText(): string {
1078 return this.state.lines.join("\n");
1079 }
1080
1081 private expandPasteMarkers(text: string): string {
1082 let result = text;

Callers 15

navigateHistoryMethod · 0.95
setTextInternalMethod · 0.95
handleInputMethod · 0.95
setTextMethod · 0.95
insertCharacterMethod · 0.95
addNewLineMethod · 0.95
handleBackspaceMethod · 0.95
deleteToStartOfLineMethod · 0.95
deleteToEndOfLineMethod · 0.95
deleteWordBackwardsMethod · 0.95
deleteWordForwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected