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

Method SetUp

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

Source from the content-addressed store, hash-verified

38{
39public:
40 void SetUp() override
41 {
42 JobSystemCreateParams job_thread_create_param = {0};
43 job_thread_create_param.m_ThreadCount = DM_TEST_THREAD_COUNT;
44 m_JobContext = JobSystemCreate(&job_thread_create_param);
45 }
46 void TearDown() override
47 {
48 JobSystemDestroy(m_JobContext);

Callers

nothing calls this directly

Calls 1

JobSystemCreateFunction · 0.85

Tested by

no test coverage detected