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

Method startOfFirstLine

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

Source from the content-addressed store, hash-verified

977 }
978
979 startOfFirstLine(): Cursor {
980 // Go to the very beginning of the text (first character of first line)
981 return new Cursor(this.measuredText, 0, 0)
982 }
983
984 startOfLastLine(): Cursor {
985 // Go to the beginning of the last line

Callers 2

executeOperatorGgFunction · 0.80
fromGFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected