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

Method shutdownRequested

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

Source from the content-addressed store, hash-verified

112 }
113 }
114 bool shutdownRequested() override { return ShutdownRequested(); }
115 void mapPort(bool use_upnp, bool use_natpmp) override { StartMapPort(use_upnp, use_natpmp); }
116 bool getProxy(Network net, Proxy& proxy_info) override { return GetProxy(net, proxy_info); }
117 size_t getNodeCount(ConnectionDirection flags) override

Callers 2

detectShutdownMethod · 0.45

Calls 1

ShutdownRequestedFunction · 0.85

Tested by

no test coverage detected