MCPcopy Index your code
hub / github.com/deployd/deployd / callback

Function callback

test/sessions.unit.js:550–554  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

548
549 var callsLeft = 5;
550 function callback(err) {
551 expect(err).to.not.exist;
552 callsLeft--;
553 if (callsLeft === 0) return done();
554 }
555
556 for (var i = 0; i< 5; i++) {
557 setTimeout(function() {

Callers 5

jquery.jsFile · 0.50
doneFunction · 0.50
mocha.jsFile · 0.50
doneFunction · 0.50
sinon.jsFile · 0.50

Calls 1

doneFunction · 0.50

Tested by

no test coverage detected