Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ copy
Method
copy
launcher/FileSystem.h:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
{
49
public:
50
copy(const QString & src, const QString & dst)
51
{
52
m_src = src;
53
m_dst = dst;
54
}
55
copy & followSymlinks(const bool follow)
56
{
57
m_followSymlinks = follow;
Callers
4
getFaceFromCache
Function · 0.80
SkinUploadDialog
Method · 0.80
reconstructAssets
Function · 0.80
getFace
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected