MCPcopy Index your code
hub / github.com/caolan/nodeunit / taskComplete

Function taskComplete

examples/browser/nodeunit.js:839–843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

837 }
838 };
839 var taskComplete = function () {
840 _forEach(listeners, function (fn) {
841 fn();
842 });
843 };
844
845 addListener(function () {
846 if (completed.length === keys.length) {

Callers 1

taskCallbackFunction · 0.70

Calls 2

_forEachFunction · 0.70
fnFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…