MCPcopy 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
20def restart():
21 logger.info('Rebooting system')
22 return _exec_shutdown(restart_after=True)
23
24
25def _exec_shutdown(restart_after):

Callers

nothing calls this directly

Calls 1

_exec_shutdownFunction · 0.85

Tested by

no test coverage detected