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

Method getLogCategories

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

Source from the content-addressed store, hash-verified

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 {
93 return AppInitBasicSetup(gArgs) && AppInitParameterInteraction(gArgs) && AppInitSanityChecks() &&

Callers 1

toHTMLMethod · 0.80

Calls 1

GetCategoryMaskMethod · 0.80

Tested by

no test coverage detected