MCPcopy Index your code
hub / github.com/mailru/FileAPI / next

Function next

tests/qunit/qunit.js:1412–1414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1410
1411function process( last ) {
1412 function next() {
1413 process( last );
1414 }
1415 var start = new Date().getTime();
1416 config.depth = config.depth ? config.depth + 1 : 1;
1417

Callers 5

FileAPI.Form.jsFile · 0.85
ondoneFunction · 0.85
qunit.jsFile · 0.85
fileApiFunction · 0.85
server.jsFile · 0.85

Calls 1

processFunction · 0.85

Tested by

no test coverage detected