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

Function doSeries

deps/async.js:149–154  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

147 };
148 };
149 var doSeries = function (fn) {
150 return function () {
151 var args = Array.prototype.slice.call(arguments);
152 return fn.apply(null, [async.forEachSeries].concat(args));
153 };
154 };
155
156
157 var _asyncMap = function (eachfn, arr, iterator, callback) {

Callers 1

async.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…