MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / getBasePath

Method getBasePath

launcher/net/HttpMetaCache.cpp:213–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213auto HttpMetaCache::getBasePath(QString base) -> QString
214{
215 if (m_entries.contains(base)) {
216 return m_entries[base].base_path;
217 }
218
219 return {};
220}
221
222void HttpMetaCache::Load()
223{

Callers 2

makeProfileVarMappingMethod · 0.80
getStorageMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by 1

getStorageMethod · 0.64