MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetSteamCachePath

Method GetSteamCachePath

src/render/app/steam_game.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 std::string SteamGame::GetSteamCachePath() {
29 return steam_cache_dir_;
30 }
31
32 std::vector<std::shared_ptr<SteamApp>> SteamGame::GetInstalledGames() {
33 return games_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected