MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doRestart

Function doRestart

contributed/modClock/main.js:1285–1290  ·  view source on GitHub ↗
(clock)

Source from the content-addressed store, hash-verified

1283function restart() @ "do_restart";
1284
1285function doRestart(clock) {
1286 trace("restart\n");
1287 if (undefined !== clock)
1288 clock.display.value("bye ");
1289 restart();
1290}
1291

Callers 5

resetRebootTimerFunction · 0.70
configServerMethod · 0.70
configAPMethod · 0.70
apScanMethod · 0.70
leftReleasedMethod · 0.70

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected