Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setProgramDataPath
Function · 0.70
setUserDocumentsPath
Function · 0.70
appendPath
Function · 0.70
addLocalSearchPath
Function · 0.70
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected