Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_main_loop
Method
get_main_loop
platform/web/os_web.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
MainLoop *OS_Web::get_main_loop() const {
74
return main_loop;
75
}
76
77
void OS_Web::fs_sync_callback() {
78
get_singleton()->idb_is_syncing = false;
Callers
2
_ime_callback
Method · 0.45
godot_web_main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected