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

Method allowed

library/Debug.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170DebugCategory::level DebugCategory::allowed() const noexcept
171{
172 return allowed_.load(std::memory_order_relaxed);
173}
174
175void DebugCategory::allowed(DebugCategory::level value) noexcept
176{

Callers 8

registerCategoryMethod · 0.80
unregisterCategoryMethod · 0.80
applyAgainMethod · 0.80
printCategoryListEntryFunction · 0.80
setFilterFunction · 0.80
disableFilterFunction · 0.80
enableFilterFunction · 0.80
unsetFilterFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected