MCPcopy
hub / github.com/dresende/node-orm2 / cb

Function cb

lib/ORM.js:305–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303ORM.prototype.load = function () {
304 var files = _.flatten(Array.prototype.slice.apply(arguments));
305 var cb = function () {};
306
307 if (typeof files[files.length - 1] == "function") {
308 cb = files.pop();

Callers 15

AggregateFunctionsFunction · 0.85
createInstanceFunction · 0.85
ModelFunction · 0.85
iteratorFunction · 0.85
iteratorFunction · 0.85
ORM.jsFile · 0.85
useFunction · 0.85
ORM_ErrorFunction · 0.85
eagerLoadFunction · 0.85
ChainFindFunction · 0.85
ChainInstanceFunction · 0.85
saveNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected