MCPcopy 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

InitThreadFunction · 0.85
BuildLuaWatchDirsFunction · 0.85
LoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected