| 56 | |
| 57 | protected: |
| 58 | void onConnected() override { connected = true; } |
| 59 | void onHandshaked() override { handshaked = true; } |
| 60 | void onDisconnected() override { disconnected = true; } |
| 61 | void onError(int error, const std::string& category, const std::string& message) override { errors = true; } |
nothing calls this directly
no outgoing calls
no test coverage detected