Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getOrigFile
Method
getOrigFile
lib/tokenlist.cpp:2049–2052 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2047
}
2048
2049
std::string TokenList::getOrigFile(const Token *tok) const
2050
{
2051
return mOrigFiles.at(tok->fileIndex());
2052
}
2053
2054
const std::string& TokenList::file(const Token *tok) const
2055
{
Callers
5
FileLocationConstruct
Method · 0.45
FileLocationSetFile
Method · 0.45
FileLocationSetFile2
Method · 0.45
FromXmlV2
Method · 0.45
SerializeFileLocation
Method · 0.45
Calls
2
at
Method · 0.80
fileIndex
Method · 0.80
Tested by
5
FileLocationConstruct
Method · 0.36
FileLocationSetFile
Method · 0.36
FileLocationSetFile2
Method · 0.36
FromXmlV2
Method · 0.36
SerializeFileLocation
Method · 0.36