MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getPath

Function getPath

TheForceEngine/TFE_FileSystem/paths-posix.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 const char* getPath(TFE_PathType pathType)
173 {
174 return s_paths[pathType].c_str();
175 }
176
177 bool hasPath(TFE_PathType pathType)
178 {

Callers 4

setProgramDataPathFunction · 0.70
setUserDocumentsPathFunction · 0.70
appendPathFunction · 0.70
addLocalSearchPathFunction · 0.70

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected