MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ~IDebugEventsHandler

Function ~IDebugEventsHandler

CppCoverage/IDebugEventsHandler.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37 IDebugEventsHandler() = default;
38 virtual ~IDebugEventsHandler() = default;
39
40 virtual void OnCreateProcess(const CREATE_PROCESS_DEBUG_INFO&);
41 virtual void 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