MCPcopy Create free account
hub / github.com/DFHack/dfhack / unregister

Method unregister

library/Debug.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void DebugRegisterBase::unregister(DebugCategory* cat)
76{
77 DebugManager::getInstance().unregisterCategory(*cat);
78}
79
80static color_value selectColor(const DebugCategory::level msgLevel)
81{

Callers

nothing calls this directly

Calls 1

unregisterCategoryMethod · 0.80

Tested by

no test coverage detected