Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deployd/deployd
/ util.test.js
File
util.test.js
test-app/public/test/util.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'chain() function'
,
function
() {
2
it(
'should call functions in order'
,
function
(done) {
3
var
val;
4
chain(
function
(next) {
Callers
nothing calls this directly
Calls
3
chain
Function · 0.50
next
Function · 0.50
done
Function · 0.50
Tested by
no test coverage detected