MCPcopy 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

replayLastChangeFunction · 0.80
handleKeyDownFunction · 0.80
yankFunction · 0.80
handleEnterFunction · 0.80
mapKeyFunction · 0.80

Calls 1

modifyTextMethod · 0.95

Tested by

no test coverage detected