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

Method getProxy

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

Source from the content-addressed store, hash-verified

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
118 {
119 return m_context->connman ? m_context->connman->GetNodeCount(flags) : 0;

Callers 2

getProxyInfoMethod · 0.80

Calls 1

GetProxyFunction · 0.85

Tested by

no test coverage detected