Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ printError
Method
printError
cli/cppcheckexecutor.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void printError(const std::string &message) override
94
{
95
printMessage(
"error: "
+ message);
96
}
97
98
void printRaw(const std::string &message) override
99
{
Callers
5
fillSettingsFromArgs
Method · 0.45
parseFromArgs
Method · 0.45
loadCppcheckCfg
Method · 0.45
outputFormatOptionMixingError
Method · 0.45
parseNumberArg
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected