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