Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void* g_TextCtx = 0;
42
43
static void TestEngineInitialize(void* _ctx)
44
{
45
dmEngineInitialize();
46
}
47
48
static void TestEngienFinalize(void* _ctx)
49
{
Callers
nothing calls this directly
Calls
1
dmEngineInitialize
Function · 0.85
Tested by
no test coverage detected