MCPcopy Create free account
hub / github.com/bigcode-project/jupytercoder / insertTrailing

Function insertTrailing

src/diff.js:1369–1374  ·  view source on GitHub ↗
(hunk, insert)

Source from the content-addressed store, hash-verified

1367 }
1368
1369 function insertTrailing(hunk, insert) {
1370 while (insert.index < insert.lines.length) {
1371 var line = insert.lines[insert.index++];
1372 hunk.lines.push(line);
1373 }
1374 }
1375
1376 function collectChange(state) {
1377 var ret = [],

Callers 1

mergeLinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected