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

Method disconnect

src/node/interfaces.cpp:403–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402 ~NotificationsHandlerImpl() override { disconnect(); }
403 void disconnect() override
404 {
405 if (m_proxy) {
406 UnregisterSharedValidationInterface(m_proxy);
407 m_proxy.reset();
408 }
409 }
410 std::shared_ptr<NotificationsProxy> m_proxy;
411};
412

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45

Tested by

no test coverage detected