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

Function ToDWORD64

CppCoverageTest/BreakPointTest.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 //---------------------------------------------------------------------
71 template <typename T>
72 DWORD64 ToDWORD64(const T* address)
73 {
74 return reinterpret_cast<DWORD64>(address);
75 }
76 }
77
78 //-------------------------------------------------------------------------

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected