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

Method GetDefaultPath

Exporter/Binary/BinaryExporter.cpp:31–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29{
30 //-------------------------------------------------------------------------
31 std::filesystem::path BinaryExporter::GetDefaultPath(const std::wstring& prefix) const
32 {
33 std::filesystem::path path{ prefix };
34
35 path += ".cov";
36
37 return path;
38 }
39
40 //-------------------------------------------------------------------------
41 void BinaryExporter::Export(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected