Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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