MCPcopy
hub / github.com/amark/gun / done

Function done

test/mocha.js:1422–1428  ·  view source on GitHub ↗
(failures)

Source from the content-addressed store, hash-verified

1420 exports.reporters.Base.inlineDiffs = options.useInlineDiffs;
1421
1422 function done(failures) {
1423 if (reporter.done) {
1424 reporter.done(failures, fn);
1425 } else {
1426 fn && fn(failures);
1427 }
1428 }
1429
1430 return runner.run(done);
1431};

Callers 10

mocha.jsFile · 0.70
callFnFunction · 0.70
callFnAsyncFunction · 0.70
nextFunction · 0.70
TransformFunction · 0.70
execEditLengthFunction · 0.70
common.jsFile · 0.70
cbFunction · 0.70
put2Function · 0.70
putFunction · 0.70

Calls 2

multipleFunction · 0.85
fnFunction · 0.50

Tested by

no test coverage detected