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

Method handleWebSocketMessage

tests/choc_tests.h:4234–4238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4232 }
4233
4234 void handleWebSocketMessage (std::string_view m) override
4235 {
4236 test.serverString += m;
4237 sendWebSocketMessage (std::string (m));
4238 }
4239
4240 void upgradedToWebSocket (std::string_view path) override
4241 {

Callers 1

handleReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected