Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
bool log_enabled() {
115
return logger_enabled_flag().load(std::memory_order_acquire);
116
}
117
118
void log_message(std::string_view line) {
119
if (!log_enabled()) {
Callers
4
log_message
Function · 0.85
trace_log_enabled
Function · 0.85
timing_log_enabled
Function · 0.85
ScopeTimer
Method · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected