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

Method fileLine

lib/tokenlist.cpp:2059–2062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057}
2058
2059std::string TokenList::fileLine(const Token *tok) const
2060{
2061 return ErrorMessage::FileLocation(tok, this).stringify();
2062}
2063
2064bool TokenList::validateToken(const Token* tok) const
2065{

Callers 5

tokenToStringFunction · 0.80
scopeToStringFunction · 0.80
printVariableMethod · 0.80
printOutMethod · 0.80
printOutMethod · 0.80

Calls 1

stringifyMethod · 0.45

Tested by

no test coverage detected