MCPcopy
hub / github.com/codeaashu/claude-code / isAtEnd

Method isAtEnd

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

Source from the content-addressed store, hash-verified

998 return this.offset === 0
999 }
1000 isAtEnd(): boolean {
1001 return this.offset >= this.text.length
1002 }
1003
1004 startOfFirstLine(): Cursor {
1005 // Go to the very beginning of the text (first character of first line)

Callers 11

renderMethod · 0.95
nextWordMethod · 0.95
endOfWordMethod · 0.95
nextVimWordMethod · 0.95
endOfVimWordMethod · 0.95
endOfWORDMethod · 0.95
delMethod · 0.95
deleteWordAfterMethod · 0.95
nextWORDMethod · 0.80
executeXFunction · 0.80
handleNormalInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected