Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiny-pilot/tinypilot
/ restart
Function
restart
app/local_system.py:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
20
def
restart():
21
logger.info(
'Rebooting system'
)
22
return
_exec_shutdown(restart_after=True)
23
24
25
def
_exec_shutdown(restart_after):
Callers
nothing calls this directly
Calls
1
_exec_shutdown
Function · 0.85
Tested by
no test coverage detected