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

Function TestMainPlatformInit

engine/testmain/src/common/testmain.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "testmain.h"
18
19extern "C" bool TestMainPlatformInit()
20{
21 return true;
22}
23
24extern "C" int TestMainIsDebuggerAttached()
25{

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected