MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / current_exception_record

Function current_exception_record

src/ll/api/utils/ErrorUtils_win.cpp:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147extern "C" PCONTEXT* __current_exception_context();
148
149optional_ref<::_EXCEPTION_RECORD> current_exception_record() noexcept { return **__current_exception(); }
150optional_ref<_CONTEXT> current_exception_context() noexcept { return **__current_exception_context(); }
151
152std::exception_ptr createExceptionPtr(void* rec) noexcept {

Callers 1

makeExceptionStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected