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

Method startOfFirstLine

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

Source from the content-addressed store, hash-verified

1002 }
1003
1004 startOfFirstLine(): Cursor {
1005 // Go to the very beginning of the text (first character of first line)
1006 return new Cursor(this.measuredText, 0, 0)
1007 }
1008
1009 startOfLastLine(): Cursor {
1010 // 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