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

Method startOfLogicalLine

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

Source from the content-addressed store, hash-verified

472 }
473
474 startOfLogicalLine(): Cursor {
475 return new Cursor(this.measuredText, this.findLogicalLineStart(), 0)
476 }
477
478 firstNonBlankInLogicalLine(): Cursor {
479 const { start, end } = this.getLogicalLineBounds()

Callers 3

executeLineOpFunction · 0.80
applySingleMotionFunction · 0.80
fromIdleFunction · 0.80

Calls 1

findLogicalLineStartMethod · 0.95

Tested by

no test coverage detected