MCPcopy 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
1147bool IsFile(Path& p) {
1148 return isFile(p.GetAbsPathStr().c_str());
1149}
1150
1151bool IsImageFile(Path& image) {
1152 static const char* ending_arr[] = {

Callers 1

IsImageFileFunction · 0.85

Calls 3

GetAbsPathStrMethod · 0.80
isFileFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected