MCPcopy
hub / github.com/VSCodeVim/Vim / delete

Method delete

src/history/historyTracker.ts:50–52  ·  view source on GitHub ↗
(start: Position, text: string)

Source from the content-addressed store, hash-verified

48 }
49
50 public static delete(start: Position, text: string) {
51 return new DocumentChange(start, text, '');
52 }
53
54 public static replace(start: Position, before: string, after: string) {
55 return new DocumentChange(start, before, after);

Callers 15

activateFunction · 0.45
marks.test.tsFile · 0.45
runMethod · 0.45
runMethod · 0.45
execMethod · 0.45
execMethod · 0.45
execMethod · 0.45
execMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected