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

Function GetUnifiedDiffHelp

CppCoverage/ProgramOptions.cpp:45–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

43
44 //---------------------------------------------------------------------
45 std::string GetUnifiedDiffHelp()
46 {
47 return std::string("Format: <unifiedDiffPath>") +
48 OptionsParser::PathSeparator +
49 "<rootFolder>\n" +
50 "<unifiedDiffPath> path of the unified diff file. " +
51 "Git users can use git diff output.\n" +
52 "<rootFolder> (optional) root folder for paths in the diff file.\n" +
53 "See documentation for limitations.";
54 }
55
56 //---------------------------------------------------------------------
57 void

Callers 1

FillConfigurationOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected