Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ insert
Method
insert
src/utils/Cursor.ts:836–839 ·
view source on GitHub ↗
(insertString: string)
Source
from the content-addressed store, hash-verified
834
}
835
836
insert(insertString: string): Cursor {
837
const
newCursor = this.modifyText(this, insertString)
838
return
newCursor
839
}
840
841
del(): Cursor {
842
if
(this.isAtEnd()) {
Callers
5
replayLastChange
Function · 0.80
handleKeyDown
Function · 0.80
yank
Function · 0.80
handleEnter
Function · 0.80
mapKey
Function · 0.80
Calls
1
modifyText
Method · 0.95
Tested by
no test coverage detected