(connectionId, status)
| 94 | } |
| 95 | |
| 96 | export function updateConnectionStatus(connectionId, status) { |
| 97 | if (state.connections[connectionId]) { |
| 98 | state.connections[connectionId].status = status; |
| 99 | } |
| 100 | } |
nothing calls this directly
no outgoing calls
no test coverage detected