MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / endOfLogicalLine

Method endOfLogicalLine

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

Source from the content-addressed store, hash-verified

468 }
469
470 endOfLogicalLine(): Cursor {
471 return new Cursor(this.measuredText, this.findLogicalLineEnd(), 0)
472 }
473
474 startOfLogicalLine(): Cursor {
475 return new Cursor(this.measuredText, this.findLogicalLineStart(), 0)

Callers 3

applySingleMotionFunction · 0.80
handleNormalInputFunction · 0.80

Calls 1

findLogicalLineEndMethod · 0.95

Tested by

no test coverage detected