MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / operator==

Function operator==

CppCoverageTest/OptionsParserExportTest.cpp:35–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33 {
34 //-------------------------------------------------------------------------
35 bool operator==(const cov::OptionsExport& export1, const cov::OptionsExport& export2)
36 {
37 return export1.GetType() == export2.GetType() &&
38 export1.GetParameter() == export2.GetParameter();
39 }
40
41 //-------------------------------------------------------------------------
42 std::unique_ptr<cov::OptionsParser>

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.80

Tested by

no test coverage detected