MCPcopy 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
73MainLoop *OS_Web::get_main_loop() const {
74 return main_loop;
75}
76
77void OS_Web::fs_sync_callback() {
78 get_singleton()->idb_is_syncing = false;

Callers 2

_ime_callbackMethod · 0.45
godot_web_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected