Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dockersamples/docker-swarm-visualizer
/ reload
Function
reload
src/main.js:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
/* Enable polling */
45
function
reload(){
46
provider.reload();
47
setTimeout(reload, MS);
48
}
49
50
console.log(
"Polling refresh: "
+ MS);
51
Callers
1
main.js
File · 0.85
Calls
1
reload
Method · 0.80
Tested by
no test coverage detected