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

Method initParameterInteraction

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

Source from the content-addressed store, hash-verified

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); }
64 uint32_t getLogCategories() override { return g_logger->GetCategoryMask(); }
65 bool baseInitialize() override

Callers 1

parameterSetupMethod · 0.80

Calls 1

InitParameterInteractionFunction · 0.85

Tested by

no test coverage detected