MCPcopy Create free account
hub / github.com/Yaffle/EventSource / synchronize

Function synchronize

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

Source from the content-addressed store, hash-verified

997}
998
999function synchronize( callback, last ) {
1000 config.queue.push( callback );
1001
1002 if ( config.autorun && !config.blocking ) {
1003 process( last );
1004 }
1005}
1006
1007function process( last ) {
1008 function next() {

Callers 2

qunit.jsFile · 0.85
runFunction · 0.85

Calls 1

processFunction · 0.85

Tested by

no test coverage detected