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

Function ToDWord64

FileFilterTest/RelocationsExtractorTest.cpp:47–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

45
46 //-------------------------------------------------------------------------
47 DWORD64 ToDWord64(const std::string& str)
48 {
49 return strtoll(str.c_str(), nullptr, 16);
50 }
51
52 //-------------------------------------------------------------------------
53 std::unordered_set<DWORD64> ExtractRelocations(const fs::path& dumpBinPath)

Callers 2

ExtractRelocationsFunction · 0.85
ExtractBaseAddressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected