Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ GetLuaPaths
Function
GetLuaPaths
src/Utils/Config/Config.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
std::vector<std::string> GetLuaPaths() {
199
std::lock_guard lock(g_mutex);
200
return luaPaths;
201
}
202
203
std::string GetRemoteUrlTemplate() {
204
std::lock_guard lock(g_mutex);
Callers
3
InitThread
Function · 0.85
BuildLuaWatchDirs
Function · 0.85
Load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected