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

Function GetApplicationInfo

engine/dlib/src/dlib/sys_web.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 bool GetApplicationInfo(const char* id, ApplicationInfo* info)
143 {
144 memset(info, 0, sizeof(*info));
145 return false;
146 }
147
148 bool ResourceExists(const char* path)
149 {

Callers 1

Sys_GetApplicationInfoFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected