| 263 | } |
| 264 | |
| 265 | std::vector<uint32_t> GetNamespaceApps() { |
| 266 | std::lock_guard<std::mutex> lock(g_nsMutex); |
| 267 | return std::vector<uint32_t>(g_namespaceApps.begin(), g_namespaceApps.end()); |
| 268 | } |
| 269 | |
| 270 | std::string GetSteamPath() { |
| 271 | std::lock_guard<std::mutex> lock(g_mutex); |
no outgoing calls
no test coverage detected