MCPcopy Index your code
hub / github.com/bigcode-project/jupytercoder / contextLines

Function contextLines

src/diff.js:944–948  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

942 }); // Append an empty value to make cleanup easier
943
944 function contextLines(lines) {
945 return lines.map(function (entry) {
946 return ' ' + entry;
947 });
948 }
949
950 var hunks = [];
951 var oldRangeStart = 0,

Callers 1

_loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected