MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getWrappedText

Method getWrappedText

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

Source from the content-addressed store, hash-verified

1344 }
1345
1346 public getWrappedText(): WrappedText {
1347 return this.wrappedLines.map(line =>
1348 line.isPrecededByNewline ? line.text : line.text.trimStart(),
1349 )
1350 }
1351
1352 public getWrappedLines(): WrappedLine[] {
1353 return this.wrappedLines

Callers 5

getViewportStartLineMethod · 0.80
renderMethod · 0.80
upMethod · 0.80
downMethod · 0.80
firstNonBlankInLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected