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

Function insertionStatic

api/diffview.ts:222–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 b = d - 1;
221 },
222 insertionStatic = function diffview_opcodes_insertionStatic(): void {
223 table[two[b]][1] = table[two[b]][1] - 1;
224 fix([
225 "insert", -1, -1, b, b + 1
226 ]);
227 a = c - 1;
228 b = d;
229 },
230 replacement = function diffview_opcodes_replacement(): void {
231 do {
232 table[one[c]][0] = table[one[c]][0] - 1;

Callers 1

codeBuildFunction · 0.85

Calls 1

fixFunction · 0.85

Tested by

no test coverage detected