MCPcopy
hub / github.com/caolan/async / next

Function next

lib/during.js:46–49  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

44 var _test = wrapAsync(test);
45
46 function next(err) {
47 if (err) return callback(err);
48 _test(check);
49 }
50
51 function check(err, truth) {
52 if (err) return callback(err);

Callers 9

mapValuesLimitFunction · 0.70
filter.jsFile · 0.50
mapValues.jsFile · 0.50
times.jsFile · 0.50
auto.jsFile · 0.50
groupByIterateeFunction · 0.50
groupBy.jsFile · 0.50
eachTestFunction · 0.50
es.test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…