MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / updateConnectionStatus

Function updateConnectionStatus

devtools/modules/state.js:96–100  ·  view source on GitHub ↗
(connectionId, status)

Source from the content-addressed store, hash-verified

94}
95
96export function updateConnectionStatus(connectionId, status) {
97 if (state.connections[connectionId]) {
98 state.connections[connectionId].status = status;
99 }
100}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected