Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ SetProxySetting
Function
SetProxySetting
src/qt/optionsmodel.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
static void SetProxySetting(QSettings &settings, const QString &name, const ProxySetting &ip_port)
234
{
235
settings.setValue(name, ip_port.ip +
":"
+ ip_port.port);
236
}
237
238
static const QString GetDefaultProxyAddress()
239
{
Callers
1
setData
Method · 0.85
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected