MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / reset

Method reset

extlibs/catch/include/catch/catch.hpp:10423–10430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10421 }
10422
10423 void FatalConditionHandler::reset() {
10424 if (isSet) {
10425 RemoveVectoredExceptionHandler(exceptionHandlerHandle);
10426 SetThreadStackGuarantee(&guaranteeSize);
10427 exceptionHandlerHandle = nullptr;
10428 isSet = false;
10429 }
10430 }
10431
10432 FatalConditionHandler::~FatalConditionHandler() {
10433 reset();

Callers 10

~dynamicLinkerMethod · 0.45
testCaseEndedMethod · 0.45
testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
testCaseEndedMethod · 0.45
BenchmarkFunctionClass · 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