Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ hasPath
Function
hasPath
TheForceEngine/TFE_FileSystem/paths.cpp:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
bool hasPath(TFE_PathType pathType)
188
{
189
return !s_paths[pathType].empty();
190
}
191
192
void appendPath(TFE_PathType pathType, const char* filename, char* path, size_t bufferLen/* = TFE_MAX_PATH*/)
193
{
Callers
1
validatePath
Function · 0.50
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected