Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.50
done
Function · 0.50
mocha.js
File · 0.50
done
Function · 0.50
sinon.js
File · 0.50
Calls
1
done
Function · 0.50
Tested by
no test coverage detected