Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moxiecode/plupload
/ callNext
Function
callNext
js/moxie.js:372–379 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
370
}
371
372
function
callNext(i) {
373
if
(typeOf(queue[i]) ===
'function'
) {
374
queue[i](
function
(error) {
375
/*jshint expr:true */
376
++i < length && !error ? callNext(i) : cb(error);
377
});
378
}
379
}
380
callNext(i);
381
}
382
Callers
1
inSeries
Function · 0.85
Calls
2
typeOf
Function · 0.85
cb
Function · 0.85
Tested by
no test coverage detected