MCPcopy Create free account
hub / github.com/defold/defold / Exists

Function Exists

engine/dlib/src/dlib/sys_web.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 bool Exists(const char* path)
184 {
185 return dmSysPosix::Exists(path);
186 }
187
188 Result IterateTree(const char* dirpath, bool recursive, bool call_before, void* ctx, void (*callback)(void* ctx, const char* path, bool isdir))
189 {

Callers 7

OpenFunction · 0.70
EndFunction · 0.70
DoLoadFunction · 0.70
Sys_ExistsFunction · 0.50
TESTFunction · 0.50
GetRawFileFunction · 0.50
GetRawFileFunction · 0.50

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.40
GetRawFileFunction · 0.40
GetRawFileFunction · 0.40