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

Method HtmlFolderStructure

Exporter/Html/HtmlFolderStructure.cpp:74–77  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

72
73 //-------------------------------------------------------------------------
74 HtmlFolderStructure::HtmlFolderStructure(const std::filesystem::path& templateFolder)
75 : templateFolder_(templateFolder)
76 {
77 }
78
79 //-------------------------------------------------------------------------
80 HtmlFolderStructure::~HtmlFolderStructure() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected