Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ del
Method
del
src/utils/Cursor.ts:841–846 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
839
}
840
841
del(): Cursor {
842
if
(this.isAtEnd()) {
843
return
this
844
}
845
return
this.modifyText(this.right())
846
}
847
848
backspace(): Cursor {
849
if
(this.isAtStart()) {
Callers
3
handleKeyDown
Function · 0.80
handleCtrlD
Function · 0.80
mapKey
Function · 0.80
Calls
3
isAtEnd
Method · 0.95
modifyText
Method · 0.95
right
Method · 0.95
Tested by
no test coverage detected