MCPcopy
hub / github.com/Unitech/pm2 / done

Function done

modules/pm2-axon/test/test.reqrep.ordering.js:31–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31function done() {
32 msgs.should.have.length(10);
33 for (var i = 0; i < 10; ++i) {
34 msgs.should.containEql('got "' + i + '"');
35 }
36 req.close();
37 rep.close();
38}

Callers 1

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…