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

Method plugin

library/Debug.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192DebugCategory::cstring_ref DebugCategory::plugin() const noexcept
193{
194 return plugin_;
195}
196
197#if __cplusplus < 201703L && __cpp_lib_atomic_is_always_lock_free < 201603
198//! C++17 has std::atomic::is_always_lock_free for static_assert. Older

Callers 9

registerCategoryMethod · 0.80
unregisterCategoryMethod · 0.80
ostream_proxy_prefixMethod · 0.80
BindMethodMethod · 0.80
applyAgainMethod · 0.80
removeMethod · 0.80
connectToMethod · 0.80
applyCategoryFiltersFunction · 0.80
printCategoryListEntryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected