Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ handle_switch_log
Function
handle_switch_log
scripts/dashboard.py:2903–2904 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
2901
2902
@socketio.on(
"switch_log"
)
2903
def
handle_switch_log(data):
2904
handle_subscribe(data)
2905
2906
2907
@socketio.on(
"shutdown"
)
Callers
nothing calls this directly
Calls
1
handle_subscribe
Function · 0.85
Tested by
no test coverage detected