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

Function groupByIteratee

mocha_test/groupBy.js:8–13  ·  view source on GitHub ↗
(callOrder, val, next)

Source from the content-addressed store, hash-verified

6 this.timeout(250);
7
8 function groupByIteratee(callOrder, val, next) {
9 setTimeout(function() {
10 callOrder.push(val);
11 next(null, val+1);
12 }, val * 25);
13 }
14
15 context('groupBy', function() {
16 it('basics', function(done) {

Callers

nothing calls this directly

Calls 1

nextFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…