Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
QString MetaEntry::getFullPath()
31
{
32
// FIXME: make local?
33
return FS::PathCombine(basePath, relativePath);
34
}
35
36
HttpMetaCache::HttpMetaCache(QString path) : QObject()
37
{
Callers
15
executeTask
Method · 0.80
getFaceFromCache
Function · 0.80
installConfigs
Method · 0.80
downloadMods
Method · 0.80
downloadPack
Method · 0.80
executeTask
Method · 0.80
makeCached
Method · 0.80
updateEntry
Method · 0.80
MetaCacheSink
Method · 0.80
getLogo
Method · 0.80
requestLogo
Method · 0.80
requestLogo
Method · 0.80
Calls
1
PathCombine
Function · 0.85
Tested by
no test coverage detected