MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ~RemoteDebuggerClient

Method ~RemoteDebuggerClient

LuaSTGPlus/RemoteDebuggerClient.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30RemoteDebuggerClient::~RemoteDebuggerClient()
31{
32 closesocket(S);
33 WSACleanup();
34}
35
36void RemoteDebuggerClient::sendUdpMessage(UdpMessageType type, std::shared_ptr<Value> val)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected