Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
prevWord
Method · 0.95
prevVimWord
Method · 0.95
backspace
Method · 0.95
deleteWordBefore
Method · 0.95
deleteTokenBefore
Method · 0.95
prevWORD
Method · 0.80
mapKey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected