MCPcopy
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

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