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

Function callstack

src/core/debug/callstack_noop.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 void callstack(log_internal::System system, LogSeverity::Enum severity)
26 {
27 log_internal::logx(severity, system, "Callstack not supported on this platform.");
28 }
29
30} // namespace debug
31

Callers 1

abortFunction · 0.50

Calls 1

logxFunction · 0.85

Tested by

no test coverage detected