| 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_; |
nothing calls this directly
no outgoing calls
no test coverage detected