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

Function doLimit

lib/internal/doLimit.js:1–5  ·  view source on GitHub ↗
(fn, limit)

Source from the content-addressed store, hash-verified

1export default function doLimit(fn, limit) {
2 return function (iterable, iteratee, callback) {
3 return fn(iterable, limit, iteratee, callback);
4 };
5}

Callers 15

detectSeries.jsFile · 0.85
eachOfSeries.jsFile · 0.85
mapValues.jsFile · 0.85
everySeries.jsFile · 0.85
mapSeries.jsFile · 0.85
times.jsFile · 0.85
mapValuesSeries.jsFile · 0.85
groupBy.jsFile · 0.85
eachOf.jsFile · 0.85
rejectSeries.jsFile · 0.85
filterSeries.jsFile · 0.85
groupBySeries.jsFile · 0.85

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…