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

Function GetTestDiffFilename

TestCoverageConsole/TestDiff.hpp:26–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

24
25 //-------------------------------------------------------------------------
26 inline std::filesystem::path GetTestDiffFilename()
27 {
28 return std::filesystem::path(__FILE__).replace_extension("cpp").filename();
29 }
30}

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected