MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / BuildLuaWatchDirs

Function BuildLuaWatchDirs

src/Utils/Config/ConfigFileWatcher.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48std::vector<std::string> BuildLuaWatchDirs() {
49 std::vector<std::string> watchDirs = Config::GetLuaPaths();
50 watchDirs.push_back(g_defaultLuaDir);
51 return watchDirs;
52}
53
54void RestartLuaWatcher() {
55 std::vector<std::string> watchDirs = BuildLuaWatchDirs();

Callers 1

RestartLuaWatcherFunction · 0.85

Calls 1

GetLuaPathsFunction · 0.85

Tested by

no test coverage detected