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

Function IsLiveupdateEnabled

engine/liveupdate/src/liveupdate.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 } g_LiveUpdate;
89
90 static bool IsLiveupdateEnabled()
91 {
92 return g_LiveUpdate.m_IsEnabled;
93 }
94
95 static bool IsLiveupdateThreadDisabled()
96 {

Callers 4

AddMountAsyncFunction · 0.85
RemoveMountSyncFunction · 0.85
FinalizeFunction · 0.85
UpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected