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

Method softSetBoolArg

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

Source from the content-addressed store, hash-verified

56 bool readConfigFiles(std::string& error) override { return gArgs.ReadConfigFiles(error, true); }
57 bool softSetArg(const std::string& arg, const std::string& value) override { return gArgs.SoftSetArg(arg, value); }
58 bool softSetBoolArg(const std::string& arg, bool value) override { return gArgs.SoftSetBoolArg(arg, value); }
59 void selectParams(const std::string& network) override { SelectParams(network); }
60 std::string getNetwork() override { return Params().NetworkIDString(); }
61 void initLogging() override { InitLogging(); }

Callers 1

InitMethod · 0.80

Calls 1

SoftSetBoolArgMethod · 0.80

Tested by

no test coverage detected