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

Method getLines

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

Source from the content-addressed store, hash-verified

1096 }
1097
1098 getLines(): string[] {
1099 return [...this.state.lines];
1100 }
1101
1102 getCursor(): { line: number; col: number } {
1103 return { line: this.state.cursorLine, col: this.state.cursorCol };

Callers 4

editor.test.tsFile · 0.80
computeArgumentHintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected