Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1283
function
restart() @
"do_restart"
;
1284
1285
function
doRestart(clock) {
1286
trace(
"restart\n"
);
1287
if
(undefined !== clock)
1288
clock.display.value(
"bye "
);
1289
restart();
1290
}
1291
Callers
5
resetRebootTimer
Function · 0.70
configServer
Method · 0.70
configAP
Method · 0.70
apScan
Method · 0.70
leftReleased
Method · 0.70
Calls
1
value
Method · 0.45
Tested by
no test coverage detected