Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/methodofaction/Method-Draw
/ synchronize
Function
synchronize
test/qunit/qunit.js:821–827 ·
view source on GitHub ↗
( callback )
Source
from the content-addressed store, hash-verified
819
}
820
821
function
synchronize( callback ) {
822
config.queue.push( callback );
823
824
if
( config.autorun && !config.blocking ) {
825
process();
826
}
827
}
828
829
function
process() {
830
var
start = (
new
Date()).getTime();
Callers
2
qunit.js
File · 0.85
run
Function · 0.85
Calls
1
process
Function · 0.85
Tested by
no test coverage detected