MCPcopy 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
298void Filter::enabled(bool enable) noexcept
299{
300 if (enable == enabled_)
301 return;
302 enabled_ = enable;
303}
304
305bool Filter::applyAgain(DebugCategory& cat) const noexcept
306{

Callers 6

printFilterListEntryFunction · 0.45
listFiltersFunction · 0.45
disableFilterFunction · 0.45
enableFilterFunction · 0.45
unsetFilterFunction · 0.45
read_animalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected