MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / setUrl

Method setUrl

Sources/Dependencies/ixwebsocket/IXWebSocket.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void WebSocket::setUrl(const std::string& url)
67 {
68 std::lock_guard<std::mutex> lock(_configMutex);
69 _url = url;
70 }
71
72 void WebSocket::setHandshakeTimeout(int handshakeTimeoutSecs)
73 {

Callers 2

CreateClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected