Create the websocket message. */
| 117 | |
| 118 | /** Create the websocket message. */ |
| 119 | WebSocketMsg() : |
| 120 | cmd(nullptr), |
| 121 | clientId(0U), |
| 122 | parameters() |
| 123 | { |
| 124 | } |
| 125 | |
| 126 | /** Destroy the websocket message. */ |
| 127 | ~WebSocketMsg() |
nothing calls this directly
no outgoing calls
no test coverage detected