MCPcopy 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
894bool FileAccess::copyFile(const QString& dest)
895{
896 return mJobHandler->copyFile(dest); // Handles local and remote copying.
897}
898
899bool FileAccess::rename(const FileAccess& dest)
900{

Callers 1

copyFLDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected