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

Method Export

Exporter/Binary/BinaryExporter.cpp:41–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

39
40 //-------------------------------------------------------------------------
41 void BinaryExporter::Export(
42 const Plugin::CoverageData& coverageData,
43 const std::filesystem::path& output)
44 {
45 CoverageDataSerializer coverageDataSerializer;
46
47 coverageDataSerializer.Serialize(coverageData, output);
48 Tools::ShowOutputMessage(L"Coverage binary generated in file: ", output);
49 }
50}

Callers

nothing calls this directly

Calls 2

ShowOutputMessageFunction · 0.85
SerializeMethod · 0.80

Tested by

no test coverage detected