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

Method GetUuid

Exporter/Html/TemplateHtmlExporter.cpp:213–218  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

211 }
212 //-------------------------------------------------------------------------
213 std::string TemplateHtmlExporter::GetUuid()
214 {
215 boost::uuids::uuid id(uuidGenerator_());
216
217 return boost::uuids::to_string(id);
218 }
219
220 //-------------------------------------------------------------------------
221 void TemplateHtmlExporter::FillSection(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected