Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ PostRunGetStats
Function
PostRunGetStats
engine/engine/src/test/test_engine.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
static void PostRunGetStats(dmEngine::HEngine engine, void* stats)
150
{
151
dmEngine::GetStats(engine, *((dmEngine::Stats*)stats));
152
}
153
154
TEST_F(EngineTest, Project)
155
{
Callers
nothing calls this directly
Calls
1
GetStats
Function · 0.50
Tested by
no test coverage detected