Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ResolveMountFileName
Function · 0.70
TEST
Function · 0.50
GetProjectFile
Function · 0.50
LoadAndSetSslKeys
Function · 0.50
engine.cpp
File · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40