MCPcopy
hub / github.com/deployd/deployd / done

Function done

test-app/public/mocha.js:1644–1650  ·  view source on GitHub ↗
(failures)

Source from the content-addressed store, hash-verified

1642 exports.reporters.Base.hideDiff = options.hideDiff;
1643
1644 function done(failures) {
1645 if (reporter.done) {
1646 reporter.done(failures, fn);
1647 } else {
1648 fn && fn(failures);
1649 }
1650 }
1651
1652 return runner.run(done);
1653 };

Callers 15

cleanCollectionFunction · 0.70
mocha.jsFile · 0.70
callFnFunction · 0.70
callFnAsyncFunction · 0.70
nextFunction · 0.70
execEditLengthFunction · 0.70
prefinishFunction · 0.70
keys.unit.jsFile · 0.50
util.unit.jsFile · 0.50
nextFunction · 0.50

Calls 3

fnFunction · 0.85
multipleFunction · 0.85
callbackFunction · 0.50

Tested by 2

doAssertsFunction · 0.40
loginDoneFunction · 0.40