MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / doSeries

Function doSeries

public/javascripts/async.js:345–349  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

343 };
344 }
345 function doSeries(fn) {
346 return function (obj, iterator, callback) {
347 return fn(async.eachOfSeries, obj, iterator, callback);
348 };
349 }
350
351 function _asyncMap(eachfn, arr, iterator, callback) {
352 callback = _once(callback || noop);

Callers 1

async.jsFile · 0.85

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected