Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ enabled
Method
enabled
plugins/debug.cpp:298–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
{}
297
298
void Filter::enabled(bool enable) noexcept
299
{
300
if (enable == enabled_)
301
return;
302
enabled_ = enable;
303
}
304
305
bool Filter::applyAgain(DebugCategory& cat) const noexcept
306
{
Callers
6
printFilterListEntry
Function · 0.45
listFilters
Function · 0.45
disableFilter
Function · 0.45
enableFilter
Function · 0.45
unsetFilter
Function · 0.45
read_animals
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected