MCPcopy 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
33bool debugTraceEnabled() {
34 return _debugTraceEnabled;
35}
36void enableDebugTrace(bool enabled) {
37 _debugTraceEnabled = enabled;
38}

Callers 1

loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected