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

Method reset

unittests/catch.hpp:7357–7364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7355 }
7356
7357 void FatalConditionHandler::reset() {
7358 if (isSet) {
7359 RemoveVectoredExceptionHandler(exceptionHandlerHandle);
7360 SetThreadStackGuarantee(&guaranteeSize);
7361 exceptionHandlerHandle = nullptr;
7362 isSet = false;
7363 }
7364 }
7365
7366 FatalConditionHandler::~FatalConditionHandler() {
7367 reset();

Callers 8

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