MCPcopy 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
351bool hasFastStackTrace()
352{
353 return stackTracingAvailable() && hasFastStackTraceImpl();
354}
355
356Trace::Trace()
357 : d(new TracePrivate)

Callers 1

objectAddedMethod · 0.85

Calls 2

stackTracingAvailableFunction · 0.85
hasFastStackTraceImplFunction · 0.85

Tested by

no test coverage detected