Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2059
std::string TokenList::fileLine(const Token *tok) const
2060
{
2061
return ErrorMessage::FileLocation(tok, this).stringify();
2062
}
2063
2064
bool TokenList::validateToken(const Token* tok) const
2065
{
Callers
5
tokenToString
Function · 0.80
scopeToString
Function · 0.80
printVariable
Method · 0.80
printOut
Method · 0.80
printOut
Method · 0.80
Calls
1
stringify
Method · 0.45
Tested by
no test coverage detected