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

Method OnCreateProcess

CppCoverage/IDebugEventsHandler.cpp:23–25  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21{
22 //-------------------------------------------------------------------------
23 void IDebugEventsHandler::OnCreateProcess(const CREATE_PROCESS_DEBUG_INFO&)
24 {
25 }
26
27 //-------------------------------------------------------------------------
28 void IDebugEventsHandler::OnExitProcess(HANDLE hProcess, HANDLE hThread, const EXIT_PROCESS_DEBUG_INFO&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected