MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getFullPath

Method getFullPath

launcher/net/HttpMetaCache.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45#include <QDebug>
46
47auto MetaEntry::getFullPath() -> QString
48{
49 // FIXME: make local?
50 return FS::PathCombine(basePath, relativePath);
51}
52
53HttpMetaCache::HttpMetaCache(QString path) : QObject(), m_index_file(path)
54{

Callers 15

executeTaskMethod · 0.80
getFaceFromCacheFunction · 0.80
installConfigsMethod · 0.80
downloadModsMethod · 0.80
downloadPackMethod · 0.80
executeTaskMethod · 0.80
downloadPackMethod · 0.80
updateEntryMethod · 0.80
MetaCacheSinkMethod · 0.80
finalizeCacheMethod · 0.80
getLogoMethod · 0.80
requestLogoMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected