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

Function synchronize

tests/qunit/qunit.js:1403–1409  ·  view source on GitHub ↗
( callback, last )

Source from the content-addressed store, hash-verified

1401}
1402
1403function synchronize( callback, last ) {
1404 config.queue.push( callback );
1405
1406 if ( config.autorun && !config.blocking ) {
1407 process( last );
1408 }
1409}
1410
1411function process( last ) {
1412 function next() {

Callers 2

qunit.jsFile · 0.85
runFunction · 0.85

Calls 1

processFunction · 0.85

Tested by

no test coverage detected