MCPcopy Index your code
hub / github.com/dresende/node-orm2 / next

Function next

lib/ChainInstance.js:27–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 };
26 };
27 var next = function () {
28 if (queue.length === 0) return;
29
30 var item = queue.shift();
31
32 item.hwd.apply(calls, item.args);
33 };
34 var calls = {
35 filter: promise(function (cb) {
36 instances = instances.filter(cb);

Callers 3

loadFunction · 0.70
ChainInstanceFunction · 0.70
saveNextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected