Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ main
Function
main
tests/lua-tests/proj.wasm/main.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int main(int argc, char** argv)
46
{
47
// create the application instance
48
appDelegate.reset(new AppDelegate());
49
return Application::getInstance()->run();
50
}
Callers
nothing calls this directly
Calls
3
getInstance
Function · 0.85
reset
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected