MCPcopy Create free account
hub / github.com/Norbyte/ositools / ~DebugInterface

Method ~DebugInterface

OsiInterface/DebugInterface.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 DebugInterface::~DebugInterface()
43 {
44 closesocket(socket_);
45 }
46
47 void DebugInterface::SetMessageHandler(
48 std::function<bool(DebuggerToBackend const *)> messageHandler,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected