Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
navigateHistory
Method · 0.95
setTextInternal
Method · 0.95
handleInput
Method · 0.95
setText
Method · 0.95
insertTextAtCursorInternal
Method · 0.95
insertCharacter
Method · 0.95
addNewLine
Method · 0.95
handleBackspace
Method · 0.95
deleteToStartOfLine
Method · 0.95
deleteToEndOfLine
Method · 0.95
deleteWordBackwards
Method · 0.95
deleteWordForward
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected