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

Function execute

test-app/public/util.js:6–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 var lastResult = [];
5
6 var execute = function() {
7 var func = queue.shift();
8 var args = [_next];
9 if (func) {
10 executing = true;
11 args.push.apply(args, lastResult.length ? lastResult : arguments);
12 func.apply(this, args);
13 }
14 };
15
16 var _next = function() {
17 executing = false;

Callers 2

_nextFunction · 0.85
_chainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected