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

Function TestEngineInitialize

engine/engine/src/test/test_engine.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41void* g_TextCtx = 0;
42
43static void TestEngineInitialize(void* _ctx)
44{
45 dmEngineInitialize();
46}
47
48static void TestEngienFinalize(void* _ctx)
49{

Callers

nothing calls this directly

Calls 1

dmEngineInitializeFunction · 0.85

Tested by

no test coverage detected