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

Function diffChars

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

Source from the content-addressed store, hash-verified

265
266 var characterDiff = new Diff();
267 function diffChars(oldStr, newStr, options) {
268 return characterDiff.diff(oldStr, newStr, options);
269 }
270
271 function generateOptions(options, defaults) {
272 if (typeof options === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected