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

Function Diff

src/diff.js:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}(this, (function (exports) { 'use strict';
6
7 function Diff() {}
8 Diff.prototype = {
9 diff: function diff(oldString, newString) {
10 var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected