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

Method OnExitProcess

CppCoverage/ExecutedAddressManager.cpp:196–202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

194
195 //-------------------------------------------------------------------------
196 void ExecutedAddressManager::OnExitProcess(HANDLE hProcess)
197 {
198 RemoveAddressLineIf([=](const auto& pair)
199 {
200 return pair.first.GetProcessHandle() == hProcess;
201 });
202 }
203
204 //-------------------------------------------------------------------------
205 void ExecutedAddressManager::OnUnloadModule(HANDLE hProcess, void* dllBaseOfImage)

Callers

nothing calls this directly

Calls 1

GetProcessHandleMethod · 0.45

Tested by

no test coverage detected