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

Function IsInitialized

engine/crash/src/crash.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 char g_FilePath[AppState::FILEPATH_MAX];
41
42 bool IsInitialized()
43 {
44 return g_AppState.m_EngineVersion[0] != 0x0;
45 }
46
47 void Init(const char *version, const char *hash)
48 {

Callers 1

InitializeCrashFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected