MCPcopy
hub / github.com/websanova/js-url / synchronize

Function synchronize

lib/qunit/qunit.js:963–969  ·  view source on GitHub ↗
( callback, last )

Source from the content-addressed store, hash-verified

961}
962
963function synchronize( callback, last ) {
964 config.queue.push( callback );
965
966 if ( config.autorun && !config.blocking ) {
967 process(last);
968 }
969}
970
971function process( last ) {
972 function next() {

Callers 2

qunit.jsFile · 0.85
runFunction · 0.85

Calls 1

processFunction · 0.85

Tested by

no test coverage detected