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

Method getOrigFile

lib/errorlogger.cpp:752–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752std::string ErrorMessage::FileLocation::getOrigFile(bool convert) const
753{
754 if (convert)
755 return Path::toNativeSeparators(mOrigFileName);
756 return mOrigFileName;
757}
758
759void ErrorMessage::FileLocation::setfile(std::string file)
760{

Callers 4

serializeMethod · 0.45
toXMLMethod · 0.45
toStringMethod · 0.45
FileLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected