MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getWrappedLines

Method getWrappedLines

src/utils/Cursor.ts:1377–1379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1375 }
1376
1377 public getWrappedLines(): WrappedLine[] {
1378 return this.wrappedLines
1379 }
1380
1381 private getLine(line: number): WrappedLine {
1382 const lines = this.wrappedLines

Callers 2

getViewportCharOffsetMethod · 0.80
getViewportCharEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected