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

Method printMessage

cli/cppcheckexecutor.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 CmdLineLoggerStd() = default;
87
88 void printMessage(const std::string &message) override
89 {
90 printRaw("cppcheck: " + message);
91 }
92
93 void printError(const std::string &message) override
94 {

Callers 3

fillSettingsFromArgsMethod · 0.45
parseFromArgsMethod · 0.45
tryLoadLibraryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected