Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ del
Method
del
src/utils/Cursor.ts:866–871 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
864
}
865
866
del(): Cursor {
867
if
(this.isAtEnd()) {
868
return
this
869
}
870
return
this.modifyText(this.right())
871
}
872
873
backspace(): Cursor {
874
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