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

Method readConfigFiles

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

Source from the content-addressed store, hash-verified

54 return gArgs.ParseParameters(argc, argv, error);
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); }

Callers 1

mainFunction · 0.80

Calls 1

ReadConfigFilesMethod · 0.80

Tested by

no test coverage detected