Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
auto 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
222
void HttpMetaCache::Load()
223
{
Callers
2
makeProfileVarMapping
Method · 0.80
getStorage
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
1
getStorage
Method · 0.64