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

Method HtmlFile

Exporter/Html/HtmlFile.cpp:23–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21{
22 //-------------------------------------------------------------------------
23 HtmlFile::HtmlFile(
24 std::filesystem::path absolutePath,
25 std::filesystem::path relativeLinkPath)
26 : absolutePath_(absolutePath)
27 , relativeLinkPath_(relativeLinkPath)
28 {
29 }
30
31 //-------------------------------------------------------------------------
32 const std::filesystem::path& HtmlFile::GetAbsolutePath() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected