MCPcopy Create free account
hub / github.com/dresende/node-orm2 / runCurrent

Function runCurrent

test/common.js:141–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 args.push(handler);
140
141 var runCurrent = function () {
142 if (run.length == args.length) {
143 return run.apply(this, args);
144 } else {
145 run.apply(this, args);
146 handler();
147 }
148 };
149
150 var runNext = function () {
151 try {

Callers 1

runNextFunction · 0.85

Calls 1

handlerFunction · 0.85

Tested by

no test coverage detected