MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / deletionStatic

Function deletionStatic

api/diffview.ts:203–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 b = d - 1;
202 },
203 deletionStatic = function diffview_opcodes_deletionStatic(): void {
204 table[one[a]][0] = table[one[a]][0] - 1;
205 fix([
206 "delete", a, a + 1,
207 -1,
208 -1
209 ]);
210 a = c;
211 b = d - 1;
212 },
213 insertion = function diffview_opcodes_insertion(): void {
214 do {
215 table[two[d]][1] = table[two[d]][1] - 1;

Callers 1

codeBuildFunction · 0.85

Calls 1

fixFunction · 0.85

Tested by

no test coverage detected