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

Function deletion

api/diffview.ts:194–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 a = c - 1;
193 },
194 deletion = function diffview_opcodes_deletion(): void {
195 do {
196 table[one[c]][0] = table[one[c]][0] - 1;
197 c = c + 1;
198 } while (c < lena && table[one[c]][1] < 1);
199 fix(["delete", a, c, -1, -1]);
200 a = c - 1;
201 b = d - 1;
202 },
203 deletionStatic = function diffview_opcodes_deletionStatic(): void {
204 table[one[a]][0] = table[one[a]][0] - 1;
205 fix([

Callers 1

codeBuildFunction · 0.85

Calls 1

fixFunction · 0.85

Tested by

no test coverage detected