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

Method startOfLogicalLine

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

Source from the content-addressed store, hash-verified

497 }
498
499 startOfLogicalLine(): Cursor {
500 return new Cursor(this.measuredText, this.findLogicalLineStart(), 0)
501 }
502
503 firstNonBlankInLogicalLine(): Cursor {
504 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