Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ printRaw
Method
printRaw
cli/cppcheckexecutor.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void printRaw(const std::string &message) override
99
{
100
std::cout << message << std::endl; // TODO: should not append newline
101
}
102
};
103
104
class StdLogger : public ErrorLogger
Callers
4
parseFromArgs
Method · 0.45
printHelp
Method · 0.45
loadLibraries
Method · 0.45
loadAddons
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected