MCPcopy
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 */
45function reload(){
46 provider.reload();
47 setTimeout(reload, MS);
48}
49
50console.log("Polling refresh: " + MS);
51

Callers 1

main.jsFile · 0.85

Calls 1

reloadMethod · 0.80

Tested by

no test coverage detected