MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / reportOut

Method reportOut

lib/cppcheck.cpp:256–259  ·  view source on GitHub ↗

* @brief Information about progress is directed here. * * @param outmsg Message to show, e.g. "Checking main.cpp..." */

Source from the content-addressed store, hash-verified

254 * @param outmsg Message to show, e.g. "Checking main.cpp..."
255 */
256 void reportOut(const std::string &outmsg, Color c = Color::Reset) override
257 {
258 mErrorLogger.reportOut(outmsg, c);
259 }
260
261 void reportMetric(const std::string &metric) override
262 {

Callers 3

checkClangMethod · 0.45
checkInternalMethod · 0.45
executeRulesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected