Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ hasFastStackTrace
Function
hasFastStackTrace
core/execution.cpp:351–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
bool hasFastStackTrace()
352
{
353
return stackTracingAvailable() && hasFastStackTraceImpl();
354
}
355
356
Trace::Trace()
357
: d(new TracePrivate)
Callers
1
objectAdded
Method · 0.85
Calls
2
stackTracingAvailable
Function · 0.85
hasFastStackTraceImpl
Function · 0.85
Tested by
no test coverage detected