Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ copyFile
Method
copyFile
src/fileaccess.cpp:894–897 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
892
}
893
894
bool FileAccess::copyFile(const QString& dest)
895
{
896
return mJobHandler->copyFile(dest); // Handles local and remote copying.
897
}
898
899
bool FileAccess::rename(const FileAccess& dest)
900
{
Callers
1
copyFLD
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected