Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddMountAsync
Function · 0.85
RemoveMountSync
Function · 0.85
Finalize
Function · 0.85
Update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected