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

Function done

src/diff.js:21–30  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

19 var self = this;
20
21 function done(value) {
22 if (callback) {
23 setTimeout(function () {
24 callback(undefined, value);
25 }, 0);
26 return true;
27 } else {
28 return value;
29 }
30 } // Allow subclasses to massage the input prior to running
31
32
33 oldString = this.castInput(oldString);

Callers 2

diff.jsFile · 0.85
execEditLengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected