MCPcopy Create free account
hub / github.com/garris/BackstopJS / done

Function done

compare/output/diff.js:193–202  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

191 var self = this;
192
193 function done(value) {
194 if (callback) {
195 setTimeout(function () {
196 callback(undefined, value);
197 }, 0);
198 return true;
199 } else {
200 return value;
201 }
202 }
203
204 // Allow subclasses to massage the input prior to running
205 oldString = this.castInput(oldString);

Callers 4

diff.jsFile · 0.85
execEditLengthFunction · 0.85
runDocker_spec.jsFile · 0.85
index_spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected