Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bywwcnll/StreamPanel
/ updateConnectionStatus
Function
updateConnectionStatus
devtools/modules/connectionManager.js:189–193 ·
view source on GitHub ↗
(connectionId, status)
Source
from the content-addressed store, hash-verified
187
}
188
189
function
updateConnectionStatus(connectionId, status) {
190
if
(state.connections[connectionId]) {
191
state.connections[connectionId].status = status;
192
}
193
}
Callers
1
handleStreamEvent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected