MCPcopy 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

84class 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

getFaceFromCacheFunction · 0.80
SkinUploadDialogMethod · 0.80
reconstructAssetsFunction · 0.80
getFaceMethod · 0.80

Calls 1

setPathMethod · 0.80

Tested by

no test coverage detected