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

Function handler

test/common.js:134–137  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

132 if (typeof args === "undefined") args = [];
133
134 var handler = function (err) {
135 if (until(err)) return done.apply(this, arguments);
136 return runNext();
137 };
138
139 args.push(handler);
140

Callers 2

runCurrentFunction · 0.85
runNextFunction · 0.85

Calls 1

runNextFunction · 0.85

Tested by

no test coverage detected