MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / reset

Method reset

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7187–7194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7185}
7186
7187void FatalConditionHandler::reset() {
7188 if (isSet) {
7189 RemoveVectoredExceptionHandler(exceptionHandlerHandle);
7190 SetThreadStackGuarantee(&guaranteeSize);
7191 exceptionHandlerHandle = nullptr;
7192 isSet = false;
7193 }
7194}
7195
7196FatalConditionHandler::~FatalConditionHandler() {
7197 reset();

Callers 11

HandleErrorMethod · 0.45
FlushCompressedBytesMethod · 0.45
OpenCommonMethod · 0.45
testCaseEndedMethod · 0.45
testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
testCaseEndedMethod · 0.45
invokeActiveTestCaseMethod · 0.45
applyCommandLineMethod · 0.45
useConfigDataMethod · 0.45
endRunMethod · 0.45

Calls 1

sigactionClass · 0.70

Tested by

no test coverage detected