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

Function ShowOutputMessage

Tools/Tool.cpp:138–145  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

136
137 //-------------------------------------------------------------------------
138 void ShowOutputMessage(
139 const std::wstring& message,
140 const std::filesystem::path& path)
141 {
142 LOG_INFO << GetSeparatorLine();
143 LOG_INFO << message << path.wstring();
144 LOG_INFO << GetSeparatorLine();
145 }
146
147 //-------------------------------------------------------------------------
148 std::wstring GetSeparatorLine()

Callers 4

ExportMethod · 0.85
ExportMethod · 0.85
ExportMethod · 0.85
ExportMethod · 0.85

Calls 1

GetSeparatorLineFunction · 0.85

Tested by

no test coverage detected