Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
925
QString FileAccess::getTempName() const
926
{
927
if(mPhysicalPath.isEmpty())
928
return m_localCopy;
929
else
930
return mPhysicalPath;
931
}
932
933
const QString& FileAccess::errorString() const
934
{
Callers
2
enterDir
Method · 0.45
readAndPreprocess
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected