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

Function diffSentences

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

Source from the content-addressed store, hash-verified

385 };
386
387 function diffSentences(oldStr, newStr, callback) {
388 return sentenceDiff.diff(oldStr, newStr, callback);
389 }
390
391 var cssDiff = new Diff();
392

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected