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

Function WriteTemplate

Exporter/Html/TemplateHtmlExporter.cpp:78–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76
77 //-------------------------------------------------------------------------
78 void WriteTemplate(
79 const ctemplate::TemplateDictionary& templateDictionary,
80 const fs::path& templatePath,
81 const fs::path& output)
82 {
83 std::string content = GenerateTemplate(templateDictionary, templatePath);
84 WriteContentTo(content, output);
85 }
86 }
87
88 //-------------------------------------------------------------------------

Callers 3

Calls 2

GenerateTemplateFunction · 0.85
WriteContentToFunction · 0.85

Tested by

no test coverage detected