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

Function diffLines

src/diff.js:371–373  ·  view source on GitHub ↗
(oldStr, newStr, callback)

Source from the content-addressed store, hash-verified

369 };
370
371 function diffLines(oldStr, newStr, callback) {
372 return lineDiff.diff(oldStr, newStr, callback);
373 }
374 function diffTrimmedLines(oldStr, newStr, callback) {
375 var options = generateOptions(callback, {
376 ignoreWhitespace: true

Callers 1

structuredPatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected