MCPcopy Index your code
hub / github.com/d3/d3-queue / callback

Function callback

test/queue-test.js:16–22  ·  view source on GitHub ↗
(error, one, two, three)

Source from the content-addressed store, hash-verified

14 .await(callback);
15
16 function callback(error, one, two, three) {
17 test.equal(error, null);
18 test.ok(one.size > 0);
19 test.ok(two.size > 0);
20 test.ok(three.size > 0);
21 test.end();
22 }
23});
24
25tape("if the concurrency is invalid, an Error is thrown", function(test) {

Callers 5

taskFunction · 0.85
synchronousTask.jsFile · 0.85
queue-test.jsFile · 0.85
taskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…