Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bywwcnll/StreamPanel
/ updateConnectionStatus
Function
updateConnectionStatus
devtools/panel.bundle.js:545–549 ·
view source on GitHub ↗
(connectionId, status)
Source
from the content-addressed store, hash-verified
543
}
544
545
function
updateConnectionStatus(connectionId, status) {
546
if
(state.connections[connectionId]) {
547
state.connections[connectionId].status = status;
548
}
549
}
550
551
// View management module
552
Callers
1
handleStreamEvent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected