Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ debugTraceEnabled
Function
debugTraceEnabled
src/backend/lib/Debug.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
bool debugTraceEnabled() {
34
return _debugTraceEnabled;
35
}
36
void enableDebugTrace(bool enabled) {
37
_debugTraceEnabled = enabled;
38
}
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected