Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ LoadResult
Class
LoadResult
src/Utils/Config/Config.h:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
};
23
24
struct LoadResult {
25
bool applied = false;
26
bool luaPathsChanged = false;
27
};
28
29
LoadResult Load(const std::string& configPath);
30
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected