Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deployd/deployd
/ _chain
Function
_chain
test-app/public/util.js:22–30 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
20
};
21
22
var
_chain =
function
(fn) {
23
queue.push(fn);
24
25
if
(!executing) {
26
execute();
27
}
28
29
return
{chain: _chain};
30
};
31
32
return
_chain(fn);
33
};
Callers
1
chain
Function · 0.85
Calls
1
execute
Function · 0.85
Tested by
no test coverage detected