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

Method Address

CppCoverage/Address.cpp:25–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23{
24 //-------------------------------------------------------------------------
25 Address::Address(HANDLE hProcess, void* value)
26 : hProcess_{ hProcess }
27 , value_{ value }
28 {
29 }
30
31 //-------------------------------------------------------------------------
32 HANDLE Address::GetProcessHandle() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected