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

Method getNetwork

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

Source from the content-addressed store, hash-verified

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(); }
62 void initParameterInteraction() override { InitParameterInteraction(); }
63 std::string getWarnings(const std::string& type) override { return GetWarnings(type); }

Callers 1

verifyNetworkMethod · 0.80

Calls 2

NetworkIDStringMethod · 0.80
ParamsClass · 0.50

Tested by

no test coverage detected