MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / critical>

Method critical>

ProgramLog/error/error.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66template<>
67void Error::impl::Handle<spdlog::level::critical>(std::wstring_view message, std::wstring_view error_message, std::source_location location)
68{
69 HandleCriticalCommon(message, error_message, location);
70 __fastfail(FAST_FAIL_FATAL_APP_EXIT);
71}
72
73std::thread Error::impl::HandleCommon(spdlog::level::level_enum level, std::wstring_view message, std::wstring_view error_message, std::source_location location, Util::null_terminated_wstring_view title, std::wstring_view description, unsigned int type)
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected