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

Method printOut

lib/token.cpp:1232–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232void Token::printOut() const
1233{
1234 printOut(std::cout, "");
1235}
1236
1237void Token::printOut(std::ostream& out, const char *title) const
1238{

Callers 2

validateAstMethod · 0.45
printDebugOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected