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

Method isAtStart

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

Source from the content-addressed store, hash-verified

970 }
971
972 isAtStart(): boolean {
973 return this.offset === 0
974 }
975 isAtEnd(): boolean {
976 return this.offset >= this.text.length
977 }

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