* Check if the WebSocket connection is fully ready to make requests * * - Socket connection is open * - If authentication is enabled, it checks if the client is authenticated. * - Client has received the version and instance details from the Streamer.bot instance. * * @returns {boo
()
| 171 | |
| 172 | /** |
| 173 | * Check if the WebSocket connection is fully ready to make requests |
| 174 | * |
| 175 | * - Socket connection is open |
| 176 | * - If authentication is enabled, it checks if the client is authenticated. |
| 177 | * - Client has received the version and instance details from the Streamer.bot instance. |
| 178 | * |
| 179 | * @returns {boolean} - Returns true if the client is ready, false otherwise. |
| 180 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected