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

Method GetCategoryMask

src/logging.h:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 void ShrinkDebugFile();
222
223 uint32_t GetCategoryMask() const { return m_categories.load(); }
224
225 void EnableCategory(LogFlags flag);
226 bool EnableCategory(const std::string& str);

Callers 2

loggingFunction · 0.80
getLogCategoriesMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected