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

Method isAtStart

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

Source from the content-addressed store, hash-verified

995 }
996
997 isAtStart(): boolean {
998 return this.offset === 0
999 }
1000 isAtEnd(): boolean {
1001 return this.offset >= this.text.length
1002 }

Callers 7

prevWordMethod · 0.95
prevVimWordMethod · 0.95
backspaceMethod · 0.95
deleteWordBeforeMethod · 0.95
deleteTokenBeforeMethod · 0.95
prevWORDMethod · 0.80
mapKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected