| 4227 | struct TestClientInstance : public choc::network::HTTPServer::ClientInstance |
| 4228 | { |
| 4229 | TestClientInstance (Test& t) : test (t) |
| 4230 | { |
| 4231 | test.clientConnected = true; |
| 4232 | } |
| 4233 | |
| 4234 | void handleWebSocketMessage (std::string_view m) override |
| 4235 | { |
nothing calls this directly
no outgoing calls
no test coverage detected