MCPcopy Index your code
hub / github.com/restify/node-restify / next

Function next

test/plugins/inflightRequestThrottle.test.js:28–31  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

26 done();
27 }
28 function next(err) {
29 assert.equal(err.name, 'ServiceUnavailableError');
30 done();
31 }
32 function trace() {
33 logged = true;
34 }

Callers

nothing calls this directly

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected