MCPcopy 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

replayLastChangeFunction · 0.45
handleKeyDownFunction · 0.45
yankFunction · 0.45
handleEnterFunction · 0.45
mapKeyFunction · 0.45

Calls 1

modifyTextMethod · 0.95

Tested by

no test coverage detected