MCPcopy Index your code
hub / github.com/caolan/nodeunit / doSeries

Function doSeries

examples/browser/nodeunit.js:642–647  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

640 };
641 };
642 var doSeries = function (fn) {
643 return function () {
644 var args = Array.prototype.slice.call(arguments);
645 return fn.apply(null, [async.forEachSeries].concat(args));
646 };
647 };
648
649
650 var _asyncMap = function (eachfn, arr, iterator, callback) {

Callers 1

nodeunit.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…