Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setfile
Method
setfile
lib/errorlogger.cpp:759–762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
757
}
758
759
void ErrorMessage::FileLocation::setfile(std::string file)
760
{
761
mFileName = Path::simplifyPath(std::move(file));
762
}
763
764
std::string ErrorMessage::FileLocation::stringify(bool addcolumn) const
765
{
Callers
6
ErrorMessage
Method · 0.80
deserialize
Method · 0.80
FileLocationSetFile
Method · 0.80
FileLocationSetFile2
Method · 0.80
ToXmlLocations
Method · 0.80
SerializeFileLocation
Method · 0.80
Calls
1
simplifyPath
Function · 0.85
Tested by
4
FileLocationSetFile
Method · 0.64
FileLocationSetFile2
Method · 0.64
ToXmlLocations
Method · 0.64
SerializeFileLocation
Method · 0.64