MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / handleNotifyNetworkActiveChanged

Method handleNotifyNetworkActiveChanged

src/interfaces/node.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 return MakeHandler(::uiInterface.NotifyNumConnectionsChanged.connect(fn));
258 }
259 std::unique_ptr<Handler> handleNotifyNetworkActiveChanged(NotifyNetworkActiveChangedFn fn) override
260 {
261 return MakeHandler(::uiInterface.NotifyNetworkActiveChanged.connect(fn));
262 }
263 std::unique_ptr<Handler> handleNotifyAlertChanged(NotifyAlertChangedFn fn) override
264 {
265 return MakeHandler(::uiInterface.NotifyAlertChanged.connect(fn));

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected