MCPcopy Create free account
hub / github.com/ElementsProject/elements / disconnect

Method disconnect

src/interfaces/handler.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 explicit HandlerImpl(boost::signals2::connection connection) : m_connection(std::move(connection)) {}
18
19 void disconnect() override { m_connection.disconnect(); }
20
21 boost::signals2::scoped_connection m_connection;
22};

Callers 9

OnRPCStoppedFunction · 0.45
AppInitMainFunction · 0.45
noui_test_redirectFunction · 0.45
noui_reconnectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected