MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setSocks5Enabled

Method setSocks5Enabled

global.cpp:1137–1141  ·  view source on GitHub ↗

Set the Sock5 proxy

Source from the content-addressed store, hash-verified

1135
1136// Set the Sock5 proxy
1137void Global::setSocks5Enabled(bool value) {
1138 settings->beginGroup("Proxy");
1139 settings->setValue("socks5", value);
1140 settings->endGroup();
1141}
1142
1143// Get the Socks5 proxy
1144bool Global::isSocks5Enabled() {

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected