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

Method GetProcessHandle

CppCoverage/Debugger.cpp:284–287  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

282
283 //-------------------------------------------------------------------------
284 HANDLE Debugger::GetProcessHandle(DWORD dwProcessId) const
285 {
286 return processHandles_.at(dwProcessId);
287 }
288
289 //-------------------------------------------------------------------------
290 HANDLE Debugger::GetThreadHandle(DWORD dwThreadId) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected