MCPcopy 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
319void Filter::apply(DebugCategory& cat) noexcept
320{
321 if (applyAgain(cat))
322 ++matches_;
323}
324
325bool Filter::remove(const DebugCategory& cat) noexcept
326{

Callers 15

apply_hooksFunction · 0.45
enable_hooksFunction · 0.45
world_specific_hooksFunction · 0.45
enable_hooksFunction · 0.45
connectToMethod · 0.45
enable_hooksFunction · 0.45
enable_hooksFunction · 0.45
enable_hooksFunction · 0.45
enable_hooksFunction · 0.45
removeOldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected