Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ main
Function
main
platform/web/web_runtime.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
extern int godot_web_main(int argc, char *argv[]);
34
35
int main(int argc, char *argv[]) {
36
return godot_web_main(argc, argv);
37
}
Callers
nothing calls this directly
Calls
1
godot_web_main
Function · 0.85
Tested by
no test coverage detected