MCPcopy 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
15def shutdown():
16 logger.info('Shutting down system')
17 return _exec_shutdown(restart_after=False)
18
19
20def restart():

Callers

nothing calls this directly

Calls 1

_exec_shutdownFunction · 0.85

Tested by

no test coverage detected