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

Function GetSteamPath

src/platform/linux/cloud_intercept.cpp:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270std::string GetSteamPath() {
271 std::lock_guard<std::mutex> lock(g_mutex);
272 if (g_steamPath.empty())
273 g_steamPath = DetectSteamPath();
274 return g_steamPath;
275}
276
277uint32_t GetAccountId() {
278 return g_accountId.load(std::memory_order_acquire);

Callers 5

DoInitFunction · 0.70
RequestSchemaForAppFunction · 0.70
HandleInbound819Function · 0.70
SweepNamespaceSchemasFunction · 0.70
EnsureInitializedFunction · 0.70

Calls 1

DetectSteamPathFunction · 0.85

Tested by

no test coverage detected