Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ apply
Method
apply
plugins/debug.cpp:319–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void Filter::apply(DebugCategory& cat) noexcept
320
{
321
if (applyAgain(cat))
322
++matches_;
323
}
324
325
bool Filter::remove(const DebugCategory& cat) noexcept
326
{
Callers
15
apply_hooks
Function · 0.45
command_result plugin_enable
Function · 0.45
enable_hooks
Function · 0.45
world_specific_hooks
Function · 0.45
enable_hooks
Function · 0.45
connectTo
Method · 0.45
command_result plugin_init
Method · 0.45
enable_hooks
Function · 0.45
enable_hooks
Function · 0.45
enable_hooks
Function · 0.45
enable_hooks
Function · 0.45
removeOld
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected