MCPcopy
hub / github.com/dataarts/dat.gui / synchronize

Function synchronize

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

Source from the content-addressed store, hash-verified

915}
916
917function synchronize( callback, last ) {
918 config.queue.push( callback );
919
920 if ( config.autorun && !config.blocking ) {
921 process(last);
922 }
923}
924
925function process( last ) {
926 var start = new Date().getTime();

Callers 2

qunit.jsFile · 0.85
runFunction · 0.85

Calls 1

processFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…