MCPcopy Create free account
hub / github.com/crownengine/crown / getDebugOut

Function getDebugOut

3rdparty/bx/src/debug.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 };
248
249 WriterI* getDebugOut()
250 {
251 static DebugWriter s_debugOut;
252 return &s_debugOut;
253 }
254
255#if BX_CONFIG_CALLSTACK_USE_UNWIND
256 struct UnwindCallbackData

Callers 2

debugOutputCallstackFunction · 0.85
defaultAssertHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected