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

Method ModuleInfo

FileFilter/ModuleInfo.hpp:28–33  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

26 public:
27 //---------------------------------------------------------------------------
28 ModuleInfo(HANDLE hProcess,
29 const std::filesystem::path& path,
30 void* baseOfImage)
31 : hProcess_{hProcess}, path_{path}, baseOfImage_{baseOfImage}
32 {
33 }
34
35 const HANDLE hProcess_;
36 const std::filesystem::path path_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected