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

Method reportErr

cli/cmdlineparser.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 void reportErr(const ErrorMessage &msg) override
130 {
131 reportOut(msg.toXML());
132 }
133
134 void reportMetric(const std::string &metric) override
135 {

Callers

nothing calls this directly

Calls 1

toXMLMethod · 0.80

Tested by

no test coverage detected