MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / getAppHeaderUrl

Method getAppHeaderUrl

ui-linux/src/backend.cpp:1451–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451QString Backend::getAppHeaderUrl(uint appId) const
1452{
1453 if (m_headerCache.contains(appId))
1454 return m_headerCache[appId];
1455 return QString("https://shared.steamstatic.com/store_item_assets/steam/apps/%1/header.jpg").arg(appId);
1456}
1457
1458bool Backend::isProviderAuthenticated(const QString &provider) const
1459{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected