MCPcopy
hub / github.com/fabien-d/alertify.js / synchronize

Function synchronize

test/qunit/qunit.js:1216–1222  ·  view source on GitHub ↗
( callback, last )

Source from the content-addressed store, hash-verified

1214}
1215
1216function synchronize( callback, last ) {
1217 config.queue.push( callback );
1218
1219 if ( config.autorun && !config.blocking ) {
1220 process( last );
1221 }
1222}
1223
1224function process( last ) {
1225 function next() {

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…