MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / has_callstack

Function has_callstack

Source/ThirdParty/tracy/client/TracyCallstack.hpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace tracy
9{
10static constexpr bool has_callstack() { return false; }
11static tracy_force_inline void* Callstack( int32_t /*depth*/ ) { return nullptr; }
12}
13

Calls

no outgoing calls

Tested by

no test coverage detected