MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getDefaultPathNoWarning

Function getDefaultPathNoWarning

src/OpenLoco/src/Environment.cpp:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 static fs::path getDefaultPathNoWarning(PathId id)
179 {
180 auto basePath = getBasePath(id);
181 auto subPath = getSubPath(id);
182 auto result = (basePath / subPath).lexically_normal();
183 return result;
184 }
185
186 fs::path getPathNoWarning(PathId id)
187 {

Callers 2

getPathNoWarningFunction · 0.85
tryPathOrDefaultFunction · 0.85

Calls 2

getBasePathFunction · 0.85
getSubPathFunction · 0.85

Tested by

no test coverage detected