MCPcopy Create free account
hub / github.com/FastLED/FastLED / print_stacktrace

Function print_stacktrace

tests/crash_handler_win.h:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693inline void print_stacktrace() {
694 CrashHandlerState::instance().print_stacktrace_windows();
695}
696
697inline void setup_crash_handler() {
698 CrashHandlerState::instance().setup();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected