MCPcopy Create free account
hub / github.com/cursorless-dev/cursorless / edit

Method edit

src/typings/treeSitter.ts:138–138  ·  view source on GitHub ↗
(delta: Edit)

Source from the content-addressed store, hash-verified

136 copy(): Tree;
137 delete(): void;
138 edit(delta: Edit): Tree;
139 walk(): TreeCursor;
140 getChangedRanges(other: Tree): Range[];
141 getEditedRange(other: Tree): Range;

Callers 2

runTestFunction · 0.80
performDocumentEditsFunction · 0.80

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.64