MCPcopy Create free account
hub / github.com/MultiMC/Launcher / getFullPath

Method getFullPath

launcher/net/HttpMetaCache.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include <QJsonObject>
29
30QString MetaEntry::getFullPath()
31{
32 // FIXME: make local?
33 return FS::PathCombine(basePath, relativePath);
34}
35
36HttpMetaCache::HttpMetaCache(QString path) : QObject()
37{

Callers 15

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

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected