Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ IsFile
Function
IsFile
Source/Internal/filesystem.cpp:1147–1149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1145
}
1146
1147
bool IsFile(Path& p) {
1148
return isFile(p.GetAbsPathStr().c_str());
1149
}
1150
1151
bool IsImageFile(Path& image) {
1152
static const char* ending_arr[] = {
Callers
1
IsImageFile
Function · 0.85
Calls
3
GetAbsPathStr
Method · 0.80
isFile
Function · 0.50
c_str
Method · 0.45
Tested by
no test coverage detected