Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ allowed
Method
allowed
library/Debug.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
169
170
DebugCategory::level DebugCategory::allowed() const noexcept
171
{
172
return allowed_.load(std::memory_order_relaxed);
173
}
174
175
void DebugCategory::allowed(DebugCategory::level value) noexcept
176
{
Callers
8
registerCategory
Method · 0.80
unregisterCategory
Method · 0.80
applyAgain
Method · 0.80
printCategoryListEntry
Function · 0.80
setFilter
Function · 0.80
disableFilter
Function · 0.80
enableFilter
Function · 0.80
unsetFilter
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected