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

Function diffWordsWithSpace

src/diff.js:339–341  ·  view source on GitHub ↗
(oldStr, newStr, options)

Source from the content-addressed store, hash-verified

337 return wordDiff.diff(oldStr, newStr, options);
338 }
339 function diffWordsWithSpace(oldStr, newStr, options) {
340 return wordDiff.diff(oldStr, newStr, options);
341 }
342
343 var lineDiff = new Diff();
344

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected