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

Function Finalize

engine/liveupdate/src/liveupdate.cpp:271–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 static dmExtension::Result Finalize(dmExtension::Params* params)
272 {
273 if (!IsLiveupdateEnabled())
274 return dmExtension::RESULT_OK;
275
276 if (g_LiveUpdate.m_JobContext)
277 JobSystemDestroy(g_LiveUpdate.m_JobContext);
278 g_LiveUpdate.m_JobContext = 0;
279 return dmExtension::RESULT_OK;
280 }
281
282 static dmExtension::Result Update(dmExtension::Params* params)
283 {

Callers

nothing calls this directly

Calls 2

IsLiveupdateEnabledFunction · 0.85
JobSystemDestroyFunction · 0.85

Tested by

no test coverage detected