Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ handle_shutdown
Function
handle_shutdown
scripts/dashboard.py:2908–2910 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2906
2907
@socketio.on(
"shutdown"
)
2908
def
handle_shutdown():
2909
print(
"Shutdown requested by client"
)
2910
trigger_shutdown(
"Shutdown requested by client"
)
2911
2912
2913
def
main():
Callers
nothing calls this directly
Calls
1
trigger_shutdown
Function · 0.85
Tested by
no test coverage detected