Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
963
function
synchronize( callback, last ) {
964
config.queue.push( callback );
965
966
if
( config.autorun && !config.blocking ) {
967
process(last);
968
}
969
}
970
971
function
process( last ) {
972
function
next() {
Callers
2
qunit.js
File · 0.85
run
Function · 0.85
Calls
1
process
Function · 0.85
Tested by
no test coverage detected