MCPcopy Create free account
hub / github.com/Profactor/cv-plot / reset

Method reset

CvPlot/ext/catch2/inc/catch.hpp:10687–10694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10685 }
10686
10687 void FatalConditionHandler::reset() {
10688 if (isSet) {
10689 RemoveVectoredExceptionHandler(exceptionHandlerHandle);
10690 SetThreadStackGuarantee(&guaranteeSize);
10691 exceptionHandlerHandle = nullptr;
10692 isSet = false;
10693 }
10694 }
10695
10696 FatalConditionHandler::~FatalConditionHandler() {
10697 reset();

Callers 9

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