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

Method getWarnings

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

Source from the content-addressed store, hash-verified

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
66 {

Callers 3

mainFunction · 0.80
getStatusBarWarningsMethod · 0.80

Calls 1

GetWarningsFunction · 0.85

Tested by

no test coverage detected