MCPcopy Create free account
hub / github.com/ElementsProject/elements / getWarnings

Method getWarnings

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

Source from the content-addressed store, hash-verified

87 void initLogging() override { InitLogging(*Assert(m_context->args)); }
88 void initParameterInteraction() override { InitParameterInteraction(*Assert(m_context->args)); }
89 bilingual_str getWarnings() override { return GetWarnings(true); }
90 uint32_t getLogCategories() override { return LogInstance().GetCategoryMask(); }
91 bool baseInitialize() override
92 {

Callers 3

GuiMainFunction · 0.80
getStatusBarWarningsMethod · 0.80

Calls 1

GetWarningsFunction · 0.85

Tested by

no test coverage detected