MCPcopy 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

handleKeyDownFunction · 0.80
handleCtrlDFunction · 0.80
mapKeyFunction · 0.80

Calls 3

isAtEndMethod · 0.95
modifyTextMethod · 0.95
rightMethod · 0.95

Tested by

no test coverage detected