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

Method getProxy

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

Source from the content-addressed store, hash-verified

86 }
87 void setupServerArgs() override { return SetupServerArgs(); }
88 bool getProxy(Network net, proxyType& proxy_info) override { return GetProxy(net, proxy_info); }
89 size_t getNodeCount(CConnman::NumConnections flags) override
90 {
91 return g_connman ? g_connman->GetNodeCount(flags) : 0;

Callers 3

getProxyInfoMethod · 0.80
getProxySettingsMethod · 0.80

Calls 1

GetProxyFunction · 0.85

Tested by

no test coverage detected