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

Method GetThreadHandle

CppCoverage/Debugger.cpp:290–293  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

288
289 //-------------------------------------------------------------------------
290 HANDLE Debugger::GetThreadHandle(DWORD dwThreadId) const
291 {
292 return threadHandles_.at(dwThreadId);
293 }
294
295 //-------------------------------------------------------------------------
296 size_t Debugger::GetRunningProcesses() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected