Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fillSettingsFromArgs
Method · 0.45
parseFromArgs
Method · 0.45
tryLoadLibrary
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected