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

Method softSetArg

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

Source from the content-addressed store, hash-verified

55 }
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(); }

Callers 2

InitMethod · 0.80
pickDataDirectoryMethod · 0.80

Calls 1

SoftSetArgMethod · 0.80

Tested by

no test coverage detected