MCPcopy 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

parseFromArgsMethod · 0.45
printHelpMethod · 0.45
loadLibrariesMethod · 0.45
loadAddonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected