MCPcopy 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
149static void PostRunGetStats(dmEngine::HEngine engine, void* stats)
150{
151 dmEngine::GetStats(engine, *((dmEngine::Stats*)stats));
152}
153
154TEST_F(EngineTest, Project)
155{

Callers

nothing calls this directly

Calls 1

GetStatsFunction · 0.50

Tested by

no test coverage detected