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

Method TearDown

engine/resource/src/test/test_resource.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void TearDown() override
131 {
132 if (factory != NULL)
133 {
134 dmResource::DeleteFactory(factory);
135 }
136 JobSystemDestroy(m_JobContext);
137 }
138
139 dmResource::HFactory factory;
140 HJobContext m_JobContext;

Callers

nothing calls this directly

Calls 2

DeleteFactoryFunction · 0.85
JobSystemDestroyFunction · 0.85

Tested by

no test coverage detected