Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
logging
Function · 0.80
getLogCategories
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected