Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ insert
Method
insert
src/utils/Cursor.ts:861–864 ·
view source on GitHub ↗
(insertString: string)
Source
from the content-addressed store, hash-verified
859
}
860
861
insert(insertString: string): Cursor {
862
const
newCursor = this.modifyText(this, insertString)
863
return
newCursor
864
}
865
866
del(): Cursor {
867
if
(this.isAtEnd()) {
Callers
5
replayLastChange
Function · 0.45
handleKeyDown
Function · 0.45
yank
Function · 0.45
handleEnter
Function · 0.45
mapKey
Function · 0.45
Calls
1
modifyText
Method · 0.95
Tested by
no test coverage detected