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

Method reportOut

cli/processexecutor.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 explicit PipeWriter(int pipe, bool debug) : mWpipe(pipe), mDebug(debug) {}
85
86 void reportOut(const std::string &outmsg, Color c) override {
87 writeToPipe(REPORT_OUT, static_cast<char>(c) + outmsg);
88 }
89
90 void reportErr(const ErrorMessage &msg) override {
91 writeToPipe(REPORT_ERROR, msg.serialize());

Callers 1

handleReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected