MCPcopy
hub / github.com/louischatriot/nedb / taskComplete

Function taskComplete

browser-version/out/nedb.js:3653–3657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3651 }
3652 };
3653 var taskComplete = function () {
3654 _each(listeners.slice(0), function (fn) {
3655 fn();
3656 });
3657 };
3658
3659 addListener(function () {
3660 if (_keys(results).length === keys.length) {

Callers

nothing calls this directly

Calls 2

_eachFunction · 0.85
fnFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…