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

Function ResourceExists

engine/dlib/src/dlib/sys_web.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 bool ResourceExists(const char* path)
149 {
150 return dmSysPosix::ResourceExists(path);
151 }
152
153 Result ResourceSize(const char* path, uint32_t* resource_size)
154 {

Callers 5

ResolveMountFileNameFunction · 0.70
TESTFunction · 0.50
GetProjectFileFunction · 0.50
LoadAndSetSslKeysFunction · 0.50
engine.cppFile · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40