MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / log_enabled

Function log_enabled

src/framework/debug/trace.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool log_enabled() {
115 return logger_enabled_flag().load(std::memory_order_acquire);
116}
117
118void log_message(std::string_view line) {
119 if (!log_enabled()) {

Callers 4

log_messageFunction · 0.85
trace_log_enabledFunction · 0.85
timing_log_enabledFunction · 0.85
ScopeTimerMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected