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

Method reportErr

cli/processexecutor.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void reportErr(const ErrorMessage &msg) override {
91 writeToPipe(REPORT_ERROR, msg.serialize());
92 }
93
94 void writeSuppr(const SuppressionList &supprs) const {
95 for (const auto& suppr : supprs.getSuppressions())

Callers 2

handleReadMethod · 0.45

Calls 1

serializeMethod · 0.45

Tested by

no test coverage detected