MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getFullPath

Method getFullPath

launcher/net/HttpMetaCache.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#include "net/Logging.h"
48
49auto MetaEntry::getFullPath() -> QString
50{
51 // FIXME: make local?
52 return FS::PathCombine(m_basePath, m_relativePath);
53}
54
55HttpMetaCache::HttpMetaCache(QString path) : QObject(), m_index_file(path)
56{

Callers 15

downloadFromUrlMethod · 0.80
installConfigsMethod · 0.80
downloadModsMethod · 0.80
downloadPackMethod · 0.80
executeTaskMethod · 0.80
executeTaskMethod · 0.80
updateEntryMethod · 0.80
MetaCacheSinkMethod · 0.80
finalizeCacheMethod · 0.80
processURLsMethod · 0.80
getIconMethod · 0.80
getLogoMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected