MCPcopy Create free account
hub / github.com/Tracktion/choc / TestClientInstance

Method TestClientInstance

tests/choc_tests.h:4229–4232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected