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

Method TearDown

engine/liveupdate/src/test/test_liveupdate_job.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 m_JobContext = JobSystemCreate(&job_thread_create_param);
45 }
46 void TearDown() override
47 {
48 JobSystemDestroy(m_JobContext);
49 }
50
51 HJobContext m_JobContext;
52};

Callers

nothing calls this directly

Calls 1

JobSystemDestroyFunction · 0.85

Tested by

no test coverage detected