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

Function GetNamespaceApps

src/platform/linux/cloud_intercept.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265std::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
270std::string GetSteamPath() {
271 std::lock_guard<std::mutex> lock(g_mutex);

Callers 2

SweepNamespaceSchemasFunction · 0.70
EnsureInitializedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected