MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / OnExitProcess

Method OnExitProcess

CppCoverage/CodeCoverageRunner.cpp:105–109  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

103
104 //-------------------------------------------------------------------------
105 void CodeCoverageRunner::OnExitProcess(HANDLE hProcess, HANDLE, const EXIT_PROCESS_DEBUG_INFO&)
106 {
107 exceptionHandler_->OnExitProcess(hProcess);
108 executedAddressManager_->OnExitProcess(hProcess);
109 }
110
111 //-------------------------------------------------------------------------
112 void CodeCoverageRunner::OnLoadDll(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected