MCPcopy Create free account
hub / github.com/Norbyte/bg3se / SetConnectHandler

Method SetConnectHandler

BG3Extender/Osiris/Debugger/DebugInterface.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void SocketInterface::SetConnectHandler(
51 std::function<void()> connectHandler,
52 std::function<void()> disconnectHandler)
53 {
54 connectHandler_ = connectHandler;
55 disconnectHandler_ = disconnectHandler;
56 }
57
58 bool SocketInterface::IsConnected() const
59 {

Callers 2

DebugMessageHandlerMethod · 0.80
DebugMessageHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected