Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ copy
Method
copy
launcher/FileSystem.h:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
class copy {
85
public:
86
copy(const QString& src, const QString& dst)
87
{
88
m_src.setPath(src);
89
m_dst.setPath(dst);
90
}
91
copy& followSymlinks(const bool follow)
92
{
93
m_followSymlinks = follow;
Callers
4
getFaceFromCache
Function · 0.80
SkinUploadDialog
Method · 0.80
reconstructAssets
Function · 0.80
getFace
Method · 0.80
Calls
1
setPath
Method · 0.80
Tested by
no test coverage detected