Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ TestEngienFinalize
Function
TestEngienFinalize
engine/engine/src/test/test_engine.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
static void TestEngienFinalize(void* _ctx)
49
{
50
dmEngineFinalize();
51
}
52
53
static bool g_ExitRequested = false;
54
static int g_ExitCode = 0;
Callers
nothing calls this directly
Calls
1
dmEngineFinalize
Function · 0.85
Tested by
no test coverage detected