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

Function IsLiveupdateThreadDisabled

engine/liveupdate/src/liveupdate.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 static bool IsLiveupdateThreadDisabled()
96 {
97 if (!g_LiveUpdate.m_JobContext)
98 {
99 dmLogError("Liveupdate function can't be called. Liveupdate disabled");
100 return true;
101 }
102 return false;
103 }
104
105 static bool PushAsyncJob(FJobProcess process, FJobCallback callback, void* jobctx, void* jobdata)
106 {

Callers 1

AddMountAsyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected