MCPcopy Create free account
hub / github.com/KDE/kdiff3 / getTempName

Method getTempName

src/fileaccess.cpp:925–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925QString FileAccess::getTempName() const
926{
927 if(mPhysicalPath.isEmpty())
928 return m_localCopy;
929 else
930 return mPhysicalPath;
931}
932
933const QString& FileAccess::errorString() const
934{

Callers 2

enterDirMethod · 0.45
readAndPreprocessMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected